WPF GroupBox visibility

shers

Well-known member
Joined
Aug 12, 2007
Messages
86
Programming Experience
1-3
Hi

I'm working on a WPF desktop application. The MainWindow is a maximized window that has a menu with few menu items. I would like to display few controls within a groupbox on the center of the window. This groupbox contains controls depending on the menu item clicked. So the size of the groupbox should not be static. Is this possible?

Thanks
 
Back
Top