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
You may want to use user controls ("Project" -> "Add user control...") for
the different "views".
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Removing a tabcontrol's tabpage headers
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=tabcontrolremoveheaders&lang=en>
IIRC this doesn't disable keyboard navigation between the tabs.
I am finding the seperate User Control will promote a cleaner
design....