In a ListView, I want the selected items to be always visible (in the current field of view).
Example:
I have six items in my ListView. Only (the top) five are visible.
I select the first item. When I scroll down, this item is not visible anymore, but it remains selected.
I want to DEselect any item that goes out of the current view.
I solved it manually, so it’s more a workaround.
I just keep track of the index…