TdxShellTreeViewControlOptionsView Class
In This Article
Stores Shell Tree View appearance settings.
#Declaration
Delphi
TdxShellTreeViewControlOptionsView = class(
TdxTreeViewCustomOptionsView
)
#Remarks
The TdxShellTreeViewControlOptionsView
class has members that allow you to do the following:
- Hide or display lines between parent and child nodes (ShowLines).
- Adjust the node height (ItemHeight).
- Define which scroll bars the Shell Tree View control can display (ScrollBars).
- Display an ellipsis at the end of node captions that do not fit into the control’s client area when the horizontal scroll bar is disabled (ShowEndEllipsis).
- Hide or display node expand buttons (ShowExpandButtons and ShowRoot).
The Shell Tree View control’s OptionsView property references a TdxShellTreeViewControlOptionsView
object.
#Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsView
TdxShellTreeViewControlOptionsView
See Also