TTMSFNCListBoxInteraction Class
Interaction settings for the list box, controlling selection, scrolling, clipboard, drag-and-drop, reordering, keyboard lookup, filtering, and sorting.
API unit family: TMSFNCListBox
Inherits from: TPersistent
Syntax
TTMSFNCListBoxInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ClipboardMode | Controls what is copied to or pasted from the clipboard. |
| DragDropMode | Controls whether items can be dragged within or between list boxes and whether the source item is moved or copied. |
| Filtering | Settings for the drop-down filter panel above the list box. |
| Lookup | Settings for keyboard-driven incremental item lookup. |
| MultiSelect | When True, multiple items can be selected simultaneously using Ctrl/Shift+click. |
| Reorder | When True, the user can drag items to reorder them within the list box. |
| Sorting | Controls whether and how clicking the list box header sorts items. |
| TouchScrolling | When True, the list box scrolls with touch or mouse-drag gestures. |