When creating a ListView i want left click to make an item directly selectable. Setting tapBehavior to"directSelect" makes this happen. However even though i have selectionMode set to "multi" it will DESELECT all existing selected items.
When using right-click or CTRL left-click it does add the selection instead of overwriting all selected items.
How do i change this behaviour?