You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using this on a project where there are scroll bars. In those cases, when scrolling, it shows more selected even though it should not have been.
The text was updated successfully, but these errors were encountered:
thanks @musictopia for the feedback. I wonder if it has something to do with the ListView.CachingStrategy, which directly impacts how the listview's cells are reused.
You could try using <ListView CachingStrategy="RecycleElement" > (I believe the default is .RetainElement). There's a bit more information about it here:
I tried using this on a project where there are scroll bars. In those cases, when scrolling, it shows more selected even though it should not have been.
The text was updated successfully, but these errors were encountered: