Vcl.ComCtrls.TListView.FlatScrollBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FlatScrollBars: Boolean read FFlatScrollBars write SetFlatScrollBars default 0;

C++

__property FlatScrollBars = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

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

Vcl.ComCtrls.TListView.FlatScrollBars inherits from Vcl.ComCtrls.TCustomListView.FlatScrollBars. All content below this line refers to Vcl.ComCtrls.TCustomListView.FlatScrollBars.

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.