TdxShellTreeViewControlOptionsView Properties
Stores Shell Tree View 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 pixels. |
ScrollBars | Specifies which scroll bars the Shell Tree View control can display. |
ShowCheckBoxes | Specifies if tree nodes have checkboxes. Inherited from TdxTreeViewCustomOptionsView. |
ShowEndEllipsis | Specifies if the Shell Tree View control displays an ellipsis at the end of the node captions that do not fit into the client area horizontally. |
ShowExpandButtons | Specifies if the Shell Tree View control displays node expand buttons. |
ShowLines | Specifies if the Shell Tree View control shows lines between parent and child nodes. |
ShowRoot | Specifies if the Shell Tree View control displays an expand button for the root level node. |
UseImageIndexForExpanded | Specifies if the Tree View shows specific images in expanded nodes. Inherited from TdxTreeViewCustomOptionsView. |
UseImageIndexForSelected | Specifies if the Tree View shows specific images in selected nodes. Inherited from TdxTreeViewCustomOptionsView. |
See Also