TdxTreeViewControlOptionsView Properties
Stores the Tree View control’s appearance settings.| Name | Description |
|---|---|
| Indent | Specifies the horizontal indent between parent and child nodes. Inherited from TdxTreeViewCustomOptionsView. |
| ItemHeight | Specifies the height of a node in the Tree View control. |
| ScrollBars | Specifies which scrollbars the Tree View control can display. |
| ShowCheckBoxes | Specifies if tree nodes have checkboxes. |
| ShowEndEllipsis | Specifies if the Tree View control displays an ellipsis at the end of the node captions that do not fit in the control horizontally. |
| ShowExpandButtons | Specifies if the Tree View control displays node expand buttons. |
| ShowLines | Specifies if the Tree View control shows the lines that connect tree nodes. |
| ShowRoot | Specifies if the Tree View control displays lines and expand buttons of nodes at the top nesting level. |
| UseImageIndexForExpanded | Specifies if the Tree View control displays specific images in expanded nodes. |
| UseImageIndexForSelected | Specifies if the Tree View control displays specific images in selected nodes. |
See Also