c# - WPF desktop application with multiple views -


i have wpf application running on windows 8. one-window application has 3 different views in whole client area of main window: live video webcam, screen, , resource usage status. can see not related or interact each other, want show them in 1 window rather poping new window. views switched clicking button in each view or typing keyboard shortcut.

i'm implementing each view using usercontrol, , adding/removing usercontrols in grid of mainwindow on user events. i'm not sure if using usercontrol right direction because usercontrol brings image of small widgets buttons rather whole window content me.

am doing correctly? looked @ page control, i'm not sure if idea. in advance!

i'm implementing each view using usercontrol, , adding/removing usercontrols in grid of mainwindow on user events. i'm not sure if using usercontrol right direction because usercontrol brings image of small widgets buttons rather whole window content me.

there nothing wrong usercontrol providing bulk (or all) of content window. in fact, common when using frameworks, window created in frameworks.

i not worry using usercontrol this.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -