Vcl.ComCtrls.TCustomListView.FlatScrollBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FlatScrollBars: Boolean read FFlatScrollBars write SetFlatScrollBars default False;

C++

__property bool FlatScrollBars = {read=FFlatScrollBars, write=SetFlatScrollBars, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Specifies whether the list view's scroll bars are flat.

Use FlatScrollBars to get or set whether the list view's scroll bars are flat. Flat scroll bars do not have the beveled borders used for the three-dimensional effect.

Note: List views only support flat scroll bars if the system has version 472 or later of comctl32.dll.