property Schedule.ScrollBars as ScrollBarsEnum
Returns or sets a value that determines whether the control has horizontal and/or vertical scroll bars.

TypeDescription
ScrollBarsEnum A ScrollBarsEnum expression that identifies which scroll bars are visible.
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. For instance, if the ScrollBars property is exNone the control displays no scroll bars. Use the ScrollOrderParts property to customize the order of the buttons in the scroll bar.