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

TCustomListView.FlatScrollBars

Enables scroll bars using a "flat" display style when available for the widgetset.

Declaration

Source position: comctrls.pp line 1643

public property TCustomListView.FlatScrollBars : Boolean
  index Ord(lvpFlatScrollBars)
  read GetProperty
  write SetProperty
  default False;

Description

FlatScrollBars is a Boolean property which indicates if scroll bars are drawn using a "flat" display style. Flat scroll bars are not drawn using raised 3-D relief with shadowing normally used for borders or edges on the control. It also applies color inversion when elements in the control are hovered under the mouse pointer.

The default value for the property is False. Changing the value for the property causes the widgetset class to be updated.