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

TScrollStyle

The appearance of scroll bars on a control.

Declaration

Source position: stdctrls.pp line 43

type TScrollStyle = (

  ssNone,

  

No scrollbars.

  ssHorizontal,

  

A horizontal scrollbar is shown.

  ssVertical,

  

A vertical scrollbar is shown.

  ssBoth,

  

Both horizontal and vertical scrollbars are shown.

  ssAutoHorizontal,

  

A horizontal scrollbar is shown when needed.

  ssAutoVertical,

  

A vertical scrollbar is shown when needed.

  ssAutoBoth

  

Both scrollbars are shown as needed.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.