Navigation Pane's Splitter
When using Navigation Pane Views, end-users can change the number of visible group headers by dragging the splitter displayed above the top visible header. The following NavBar control’s members can be used to customize the splitter’s appearance:
OptionStyles.DefaultStyles.NavigationPaneHeader property – specifies the splitter’s default style;
OptionStyles.CustomStyles.NavigationPaneHeader property – specifies the splitter’s appearance using a custom style;
OnCustomDraw.NavigationPaneSplitter event – enables you to custom paint the splitter.
See Also