TcxScrollBoxScrollBarOptions.Visible Property
Specifies the scrollbar visibility.
Declaration
property Visible: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Visible property to True, to display the scrollbar.
The scrollbar visibility is determined automatically if the scroll container’s AutoScroll property is True.
The default value of the Visible property is True.
See Also