We're experiencing strange issue that I've been able to narrow down to the CardsView CarouselView.
- Run the sample project on Windows
- Scroll the
CollectionView a bit
- Focus a different Window (or the desktop)
- Move focus back to the project's window
- The
CollectionView's scroll position is reset
If you set the ItemsSource to static content in Xaml instead of updating it from the backing class (or ViewModel) this doesn't happen.
We're experiencing strange issue that I've been able to narrow down to the CardsView
CarouselView.CollectionViewa bitCollectionView's scroll position is resetIf you set the
ItemsSourceto static content in Xaml instead of updating it from the backing class (or ViewModel) this doesn't happen.