Navigator
The navigator enables users to manage and navigate through nodes, control how data cells are edited, and invoke the Filter Builder dialog.
The table below lists the main properties that relate to the navigator.
Visibility | The TreeList control’s Navigator.Visible property. |
Position | The TreeList control’s OptionsView.NavigatorOffset property. |
Appearance | The TreeList control’s Styles.Navigator and Styles.NavigatorInfoPanel properties. |
Contents | The TreeList control’s Navigator.Buttons and Navigator.InfoPanel properties. |
Behavior | The enabled state of navigator buttons depends upon the currently focused and selected node(s), the current state of a data editing operation, and the data operations enabled via the TreeList control’s OptionsData property. |
Size | The navigator is automatically sized to include all its elements (buttons and the information panel) that are made visible via the TreeList control’s Navigator.Buttons and Navigator.InfoPanel.Visible properties. |
Hints | The TreeList control’s OptionsBehavior.NavigatorHints property. The Hint property of individual buttons. |
HitTest Information | The TreeList control’s HitTest.HitAtNavigator property. |