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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
When the ItemsSource of a CollectionView is changed, the first item in the new ItemsSource will automatically be selected. This only happens on UWP, not Android or iOS.
Steps to Reproduce
Run attached sample app.
Type into the SearchBar to dynamically filter the CollectionView ItemsSource.
See that the first item in the filtered list is automatically selected on UWP only.
Expected Behavior
Selection is cleared when ItemsSource changes.
Actual Behavior
First item is selected.
Basic Information
Version with issue: Tested on 4.1.0, 4.2.0-pre3
Last known good version: Unknown
IDE: Visual Studio Enterprise 2019, version 16.2.0