RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.FullDrag Property

Specifies whether headers are repainted when they are dragged.

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

Use FullDrag to get or set whether headers are repainted when they are dragged.

Note: To display the column headers, set the ViewStyle property to vsReport and the ShowColumnHeaders property to true.
 

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