DXTabControl supports multiple views. In this example, TabControlMultiLineView is used to display tabs in multiple lines when tab headers don't fit into the Tab Header Panel.
TabControlMultiLineView has all functionality available in TabControlViewBase and has two additional options to control behavior of tab headers:
-FixedHeaders - when this option is enabled, tab headers are not reordered when a tab is selected
-HeaderAutoFill - gets or sets whether tab headers are automatically stretched when there is empty space in the Tab Header Panel
↧
How to: Show Tab Headers in DXTabControl in Multiple Lines Using MultiLineView
↧