TreeListOptionsBehavior Properties
Provides behavior options for Tree List controls.
Name | Description |
---|---|
Accessibility |
|
Allow |
Gets or sets whether node check states can be specified dynamically - using the Tree |
Allow |
Obsolete. Gets or sets whether an end-user can copy selected nodes to the Clipboard via the CTRL+C shortcut. |
Allow |
Gets or sets whether to use animation effects when expanding/collapsing nodes using the expand button. |
Allow |
Gets or sets whether a node is expanded/collapsed after it has been double clicked. |
Allow |
Gets or sets whether end-users can locate nodes by typing the desired column value. This property is obsolete for versions 17. |
Allow |
Gets or sets whether an end-user can switch a node to the indeterminate check state with a mouse click. |
Allow |
Gets or sets whether smooth pixel-based vertical scrolling is enabled for nodes. |
Allow |
Obsolete. Gets or sets whether a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. |
Allow |
Gets or sets whether child nodes are automatically checked/unchecked when a parent node is checked/unchecked and vice versa. |
Auto |
Gets or sets whether the node’s parent field value is automatically set to the key field value of its parent node. |
Auto |
Obsolete. Gets or sets whether a newly added node is automatically focused. |
Auto |
Obsolete. Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node’s last/first cell is focused. |
Auto |
Gets or sets whether the height of each node is automatically adjusted to completely display the contents of its cells. |
Auto |
Gets or sets whether columns should be automatically created for all the fields in the underlying data source when the Tree List doesn’t contain any columns. |
Auto |
Gets or sets whether the Tree List is automatically scrolled to the focused node on sorting. |
Auto |
Gets or sets whether activating a cell editor using the or ENTER or F2 keys selects the entire editor’s content. |
Can |
Obsolete. Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. |
Close |
Gets or sets whether the active editor is automatically closed when the Tree List loses focus. |
Copy |
Obsolete. Gets or sets whether column captions are copied to the Clipboard. |
Copy |
Obsolete. Gets or sets whether data is copied to the Clipboard with the hierarchy information included or in a flat form. |
Drag |
Obsolete. Gets or sets whether end-users are allowed to move or copy nodes using drag-and-drop. |
Editable | Gets or sets whether users are allowed to invoke cell editors. |
Editing |
Gets or sets how users edit cell values: directly in the tree list cells or in a modal form. |
Editor |
Gets or sets how cell editors are invoked by the mouse (click, double click, etc.). |
Enable |
Gets or sets whether nodes can be filtered. |
Enter |
Obsolete. Gets or sets whether the ENTER key can be used to move focus between cells. |
Expand |
Obsolete. Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. |
Expand |
Gets or sets whether collapsed nodes are automatically expanded if they match the filter criteria. |
Expand |
Gets or sets a value that specifies whether collapsed nodes are expanded to display the node if it matches the search criteria. |
Hyperlink |
Gets or sets whether and how hyperlinks in column and band headers are activated. |
Immediate |
Gets or sets whether an in-place editor is automatically activated when a cell is clicked. |
Immediate |
Gets or sets whether the tree list automatically updates the row order and row visibility after a cell value is changed. |
Keep |
This property is obsolete. Use the Tree |
Move |
Obsolete. Gets or sets whether end-users can navigate through cells using arrow keys while editing. |
Populate |
Gets or sets whether the Tree |
Read |
Gets or sets whether the current Tree |
Resize |
Gets or sets whether end-users are allowed to change the heights of nodes. |
Show |
Gets or sets whether a cell’s editor is activated when the mouse button is released from a click within the cell. |
Show |
Gets or sets whether tooltips are displayed for the cells and column headers. |
Smart |
Gets or sets whether the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List’s area. |
Unbound |
Gets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this Tree List control. |
Use |
Obsolete. Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. |
See Also