RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.FlatScrollBars Property

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

Pascal
property FlatScrollBars: Boolean;
C++
__property Boolean FlatScrollBars;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!