Navigation Pane's Overflow Panel
Navigation Pane Views allow end-users to change the number of visible group headers, using either the splitter or the built-in context menu. When a group’s header is made invisible, the group’s icon appears within the View’s overflow panel displayed at the bottom. Additionally, the overflow panel displays a sign used to invoke the context menu.
The overflow panel’s appearance can be customized using the following NavBar control’s members:
OptionStyles.DefaultStyles.GroupHeader property – specifies the overflow panel’s style;
OnCustomDraw.NavigationPaneOverflowPanel event – enables you to custom paint the overflow panel.
See Also