When populating an ObservableCollection of SfCarouselItems (whose Item Content is set to a content view) in an async method, is there a way to refresh the SfCarousel UI in a content page ?
Currently, once the SfCarousel UI is initialised, it does not refresh when the carousel collection changes.
And there is no Refresh Command like in a ListView to reload the items.
How can I update my carousel items when the collection changes ?