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

TControlScrollBar.Smooth

Enables smooth scrolling, with automatic adjustment of Increment and Page.

Declaration

Source position: forms.pp line 145

published property TControlScrollBar.Smooth : Boolean
  read GetSmooth
  write SetSmooth
  default False;

Description

Smooth scrolling uses an Increment of 10% and a Page size of 90% of the visible client area

See also

TControlScrollBar.Increment

  

The small Position increment, applicable to the scrollbar arrows.

TControlScrollBar.Page

  

The slider size, Position increment applicable to the scrollbar area beneath the slider.

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