ListView: Change SelectedCell behaviour on item remove.
Closed this issue · 0 comments
Sadret commented
In a ListView, when an item is removed, the selected cell is not updated.
If the selected cell is higher in the list than the removed item, nothing should change.
If the selected cell is the one being removed, there should be no selected cell after the operation.
If the selected cell is lower in the list than the removed item, the numerical value selectedCell should decrement.