C
curtis.johnstone
I am designing a UI with Windows Forms and C#. The main part of the UI
(in the center) is context sensitive - it changes based on the user
selections in the navigation bar on the left hand side - the
appropriate center UI elements are made visible or hidden based on the
user selection.
That 'center area' is now very cluttered at design time (in the visual
designer). What is a good technique to avoid this? I would like to use
a tab control and then just hide the actual tabs, but there is no
property on the native tab control to do this...
What is the standard practice for doing this at design time?
Thanks,
Curtis
(in the center) is context sensitive - it changes based on the user
selections in the navigation bar on the left hand side - the
appropriate center UI elements are made visible or hidden based on the
user selection.
That 'center area' is now very cluttered at design time (in the visual
designer). What is a good technique to avoid this? I would like to use
a tab control and then just hide the actual tabs, but there is no
property on the native tab control to do this...
What is the standard practice for doing this at design time?
Thanks,
Curtis