Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIListView.DragType

Define/Enable Drag'n'Drop style

Declaration

Source position: MUIClass.Group.pas line 102

published property TMUIListView.DragType : Integer
  read FDragType
  write SetDragType
  default MUIV_ListView_DragType_None;

Description

If you want the user to be able to drag items out of your list, you must set this for the listview class. Currently, only one drag type is defined.

Inputs:

MUIV_Listview_DragType_None
Drag'n' Drop disabled
MUIV_Listview_DragType_Immediate
Drag'n' Drop enabled

Documentation generated on: 2024-03-28