Vcl.ComCtrls.TCustomListView.FullDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullDrag: Boolean read FFullDrag write SetFullDrag default False;

C++

__property bool FullDrag = {read=FFullDrag, write=SetFullDrag, default=0};

Properties

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

Description

Specifies whether headers are repainted when they are dragged.

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.

See Also