ListBox.ScrollBarVertical
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.HasVerticalScrollbar as a replacement. |
Property (As Boolean )
aListBox.ScrollBarVertical = newBooleanValue
or
BooleanValue = aListBox.ScrollBarVertical
Supported for all project types and targets.
or
BooleanValue = aListBox.ScrollBarVertical
Supported for all project types and targets.
If True, adds a vertical scroll bar to the ListBox. The position of the thumb is indicated by ScrollPosition. The default is True.