Member Table: Navigation and Scrolling
Member | Description |
---|---|
TcxTreeListColumn.MakeVisible and TcxTreeListNode.MakeVisible | Scrolls a specified column or node into view without moving focus. |
TcxCustomTreeList.GotoNext | Moves focus one node down. |
TcxTreeListNode.Focused and TcxCustomTreeList.FocusedNode | Specify the focused node. |
TcxTreeListOptionsView.FocusRect | Specifies the visibility of the focus rectangle. |
TcxCustomTreeList.GotoNext | Moves focus one node down. |
TcxCustomTreeList.GotoPrev | Moves focus one node up. |
TcxCustomTreeList.GotoNextPage | Scrolls focus one page down. |
TcxCustomTreeList.GotoPrevPage | Scrolls focus one page up. |
TcxCustomTreeList.GotoBOF | Focuses the first node. |
TcxCustomTreeList.GotoEOF | Focuses the last node. |
TcxCustomTreeList.IsBOF | Checks whether the first node is focused. |
TcxCustomTreeList.IsEOF | Checks whether the last node is focused. |
TcxCustomTreeList.OnCanFocusNode | Enables you to prohibit focusing of individual nodes. |
TcxCustomTreeList.OnFocusedNodeChanged | Enables you to respond to node focus changes. |
TcxTreeListOptionsSelection.CellSelect | Enables cell-to-cell navigation instead of entire nodes. |
TcxCustomTreeList.FocusedColumn and TcxTreeListColumn.Focused | Specifies the focused column. |
TcxCustomTreeList.VisibleColumnCount | Returns the number of visible columns. |
TcxCustomTreeList.VisibleColumns | Provides indexed access to visible columns. |
TcxCustomTreeList.OnLeftPosChanged | Enables you to respond when the tree list is horizontally scrolled. |
See Also