Icon TScrollBars

Unit: WebCtrls

TScrollBars = (sbNone,sbVertical,sbHorizontal,sbBoth)

Available In: Client and Server Applications

The TScrollBars enumerated type is used with various scrollable controls to specify how scrollbars should be displayed when their content overflows the client area of the control.

ElementDescription
sbBothSpecifies that both a horizontal and vertical scrollbar should be displayed, if necessary.
sbHorizontalSpecifies that a horizontal scrollbar should be displayed, if necessary.
sbNoneSpecifies that no scrollbars should be displayed.
sbVerticalSpecifies that a vertical scrollbar should be displayed, if necessary.
Image