Vcl.ComCtrls.TListView.FullDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullDrag: Boolean read FFullDrag write SetFullDrag default 0;

C++

__property FullDrag = {default=0};

Properties

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

Description

Specifies whether headers are repainted when they are dragged.

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

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