TTMSFNCKanbanBoardInteraction Class
Configures user interaction options for the kanban board, including selection, editing, drag-and-drop, scrolling, and URL handling.
API unit family: TMSFNCKanbanBoard
Inherits from: TPersistent
Syntax
TTMSFNCKanbanBoardInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoOpenURL | When True, clicking an HTML anchor link in item text opens the URL in the default browser. |
| DirectDrag | When True, a drag operation begins immediately on mouse-down without first selecting the item. |
| DragDropMode | Specifies whether items can be dragged between columns and whether dragging moves or copies the item. |
| Editing | When True, item lists are displayed in edit mode with swipe-to-delete actions visible. |
| KeyboardEdit | When True, pressing F2 or Enter on a focused item starts inline editing. |
| MouseEditMode | Specifies which mouse gesture starts inline editing of an item. |
| MultiSelect | When True, multiple items can be selected simultaneously by holding the modifier key. |
| SwipeBounceGesture | When True, a bounce effect is shown at the end of a touch swipe within a column. |
| TouchScrolling | When True, the item list inside each column can be scrolled by touch gestures. |