TdxTreeViewCustomOptionsView.ScrollBars Property
Specifies which scrollbars the Tree View can display.
Declaration
property ScrollBars: TcxScrollStyle read; write;
Property Value
Type | Description |
---|---|
TcxScrollStyle | 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