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

TDBGrid.Scrollbars

Scroll bars displayed for the grid control.

Declaration

Source position: dbgrids.pas line 631

published property TDBGrid.Scrollbars : TScrollStyle
  default ssBoth;

Description

ScrollBars is a TScrollStyle property which indicates the scroll bars displayed for the grid control. The default value for the property is ssBoth in TDBGrid, and causes vertical and horizontal scroll bars 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.


Version 3.2 Generated 2024-02-25 Home