[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.FullDrag

Indicates whether column headers are redrawn during a column drag or resizing operation.

Declaration

Source position: comctrls.pp line 1656

public property TCustomListView.FullDrag : Boolean
  index Ord(lvpFullDrag)
  read GetProperty
  write SetProperty
  default False;

Description

FullDrag is a Boolean property which indicates whether column headers are redrawn when a column drop or a column resize operation is in effect. The default value for the property is False.

FullDrag is one of the TListViewProperty values included in the TListViewProperties set type and exchanged with the widgetset class. The property value is read from and written to the TCustomTreeview widgetset class instance when its handle is valid. Changing the value for the property causes the widgetset class to be updated with the new value.

See also

TListViewProperties

  

Set type used to store values from the TListViewProperty enumeration.

TListViewProperty

  

Represents Boolean properties used in TCustomListView.


Version 3.2 Generated 2024-02-25 Home