property List.ScrollBars as ScrollBarsEnum
Specifies the type of scroll bars that control has.

TypeDescription
ScrollBarsEnum A ScrollBarsEnum expression that indicates the type of control's scroll bars.

Use the ScrollBars property to disable the control's scroll bars. By default, the ScrollBars property is exBoth, so both scroll bars are used if necessarily. Use the ScrollPos property to get the control's scroll position. Use the EnsureVisibleItem method to ensure that an item fits the control's client area. The EnsureVisibleColumn method ensures that the given column fits the control's client area. Use the ScrollOrderParts property to customize the order of the buttons in the scroll bar.