TreeListOptionsSelection Properties
Provides selection options for Tree List controls.
Name | Description |
---|---|
Enable |
Gets or sets whether the appearance settings for the focused cell are enabled. |
Enable |
Gets or sets whether the appearance settings for the focused node are enabled. |
Enable |
Gets or sets whether the appearance settings for the hovered (hot-tracked) node are enabled. Default is equivalent to False. |
Invert |
Gets or sets whether the focused style is applied to the focused cell only or to all the cells except for the focused one. |
Keep |
Gets or sets whether row selection persists when a user clicks on a selected row’s cell. |
Multi |
Gets or sets whether multiple nodes can be selected. |
Multi |
Gets or sets whether multiple selection is made by node or by cell. |
Select |
Gets or sets whether nodes are focused when right-clicked. |
Use |
Gets or sets whether nodes can be selected via the node indicator when the Tree List is in multiple selection mode. |
See Also