Carousel - Changing the ItemsSource to a new ObservableCollection effects visibility of content #4733
Unanswered
TradeArcher2020
asked this question in
Questions & Help
Replies: 1 comment
-
@TradeArcher2020 this sounds like it may just be a bug. Do you have a small project that just shows this particular problem you could share and open an issue with? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Carousel with an ItemsSource bound to an ObservableCollection. When I refresh that collection by creating a new ObservableCollection, the Carousel blanks out until I scroll on it. Once I've attempted to scroll over it, the content shows up normally.
Am I missing a setting or something that will tell the Carousel to automatically select the first item in the collection when ItemsSource is set?
Beta Was this translation helpful? Give feedback.
All reactions