[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables scroll bars using a "flat" display style when available for the widgetset.
Source position: comctrls.pp line 1639
public property TCustomListView.FlatScrollBars : Boolean |
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.
lazarus-ccr.sourceforge.net |