mh_items_view/mh_items_view_settings library

Classes

MhItemsViewDragDropSettings<T>
Provides settings to control the drag and Drop behavior of the MhItemsView
MhItemsViewEvents<T>
Subscribe to Events of the MhItemsView
MhItemsViewSelectionSettings
Provides settings to control the selection behavior of the MhItemsView
MhItemsViewSettings<T>
Settings to control the behavior of the MhItemsView
MhItemsViewTextSettings
Provides settings to control / translate the texts displayed in MhItemsView

Enums

MhItemsViewDragDropModes
MhItemsViewSelectionModes
none: No Selection allowed, single: only one row can be selected, multiple: one or more rows can be selected.
MhItemsViewSelectionTypes
Where a click on any column of the row selects the row or only a click on selectionColumn Important: if set to MhItemsViewSelectionTypes.selectionColumnOnly you need to set MhItemsViewSelectionSettings.showSelectColumn to true or add a ColumndDef of Type CdItemsViewColumnTypes.select to the column definitions