Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIList.ShowDropMarks

Indicate the place where a new line on drag and drop would be inserted with some horizontal lines.

Declaration

Source position: MUIClass.List.pas line 121

published property TMUIList.ShowDropMarks : Boolean
  read FShowDropMarks
  write SetShowDropMarks
  default True;

Description

Showing this place doesnt make much sense if you dont care about the drop position anyway, e.g. because your list is always alphabetically sorted. You should set this attribute to False in these cases.

See also

DropMark

  

After a successfull drop operation, this attribute holds the position where we should insert the new entry(ies).


Documentation generated on: 2024-04-25