Skip to main content

TdxShellTreeViewControlOptionsView Class

Stores Shell Tree View appearance settings.

Declaration

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

See Also