property Tab.ShowScroll as Boolean
Specifies whether the control displays a scroll button when required.

TypeDescription
Boolean A boolean expression that indicates whether the control shows or hides the scroll buttons.
By default, the ShowScroll property is True. Use the ShowScroll property to hide the control's scroll buttons. The FixedPageWidth property specifies the width to display all pages, when the TabAutoResize is false. Use the scroll buttons to scroll the pages. The control does not display the scroll buttons if the TabAutoResize property is True, even if the ShowScroll property is True.