[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TDBGrid.Scrollbars

Scrollbars displayed for the grid control.

Declaration

Source position: dbgrids.pas line 629

published property TDBGrid.Scrollbars : TScrollStyle
  default ssBoth;

Description

ScrollBars is a TScrollStyle property which indicates the scrollbars displayed for the grid control. The default value for the property is ssBoth in TDBGrid, and causes vertical and horizontal scrollbars to be displayed.

See TScrollStyle for more information about values in the enumeration and their meanings.

See also

TCustomGrid.ScrollBars

  

Scrollbars displayed for the grid control.

TScrollStyle

  

Indicates the visibility for scrollbars on a control.