SingleSelection.setAutoselect
void setAutoselect(bool autoselect)Enables or disables autoselect.
If autoselect is true, self will enforce that an item is always selected. It will select a new item when the currently selected item is deleted and it will disallow unselecting the current item.
Parameters
autoselect | true to always select an item |