Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Generally, I will use a PanelManager and a ThemedLinkMenu together to produce a themed tab control instead of the standard inherited TabControl. We are actually in development of a new ThemedTabControl as it will tie into some future MDI environment logic as well. But for now, look at the ThemedLinkMenu sample and you should be able to see how to use a vertical tab. For horizontal, you can still use a PanelManager, but you may need to use a Toolstrip or something else for a horizontal approach.
|