TdxTreeViewCustomOptionsView.ScrollBars Property
In This Article
Specifies which scrollbars the Tree View can display.
#Declaration
Delphi
property ScrollBars: TcxScrollStyle read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Specifies available scrollbars. |
#Remarks
Refer to the TdxTreeViewControlOptionsView.ScrollBars property description for information on available options.
Note
The Tree View shows scrollbars if all tree nodes do not fit in the control.
See Also