Vcl.ComCtrls.TListView.FullDrag
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. {{#multireplace:Vcl.ComCtrls.TListView.FullDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomListView.FullDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomListView.FullDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.