Interaction

Property name Description
BottomNavigationButtons The bottom navigation buttons used to navigate to the next or previous start time of the planner.
InPlaceEditorMode The mode of the inplace editor when the UpdateMode property is set to use
an inplace editor. The mode of the inplace editor can be set to edit the title, the text or the item. In the item mode, the text is edited, but the inplace editor takes on the dimensions of the item instead of the text.
KeepSelection Determines whether the selection is removed or retained after selecting an item.
KeyboardDelete Enables keyboard deletion of the active item.
KeyboardEdit Enables keyboard editing of the active item.
KeyboardInsertMode Sets the keyboard insert mode. After selection, the insert key can be used to insert an item. Additionally the mode can be set to first show the built-in editor dialog before inserting the item.
MouseEditMode Sets the mouse edit mode. Editing is started after a single or a double click on the item. Additionally, the mode can be configured to first select an item before editing can be started with a single click.
MouseInsertMode Sets the mouse insert mode. After selection the item is automatically inserted. Additionally the mode can be set to first show the built-in editor dialog before inserting the item.
MoveMode The move mode of the item. Defaults to automatically determine the mode. The mode on mobile operating systems is to tap and hold on the item area to move the item. The mode on desktop operating systems is to use the mouse and click on the move area at the edge of the item to move the item
MultiSelect Allows multiple item selection. Multiple items can be selected, but only one item can be active and selected simultaneously.
ReadOnly When set to true, disables updating inserting and editing of items. Selection, scrolling and navigation is still possible.
ShowSelection Shows or hides selection.
SizeMode The move mode of the item. Defaults to automatically determine the mode. The mode on mobile operating systems is to use the size handlers at the outside of the item area to move the item. The mode on desktop operating systems is to use the mouse and click on the size area at the edge of the item to move the item.
SwipeToNextDateTime Activates the possibility to swipe on the positions area to navigate to the next start time.
SwipeToPreviousDateTime Activates the possibility to swipe on the positions area to navigate to the previous start time.
TopNavigationButtons The top navigation buttons used to navigate to the next or previous start time of the planner.
TouchScrolling Enables or disables touch scrolling. Touch scrolling can be used to navigate through the planner on all areas except for the positions area. Enabled by default, but on desktop system it might be preferable to set to false.
UpdateMode The mode to update the item. When editing with the keyboard or the mouse, the update mode determines whether an inplace editor is shown, or the built-in editor dialog.

Go back to TTMSFNCPlanner