I'm trying to create an image gallery using the CarouselPage that will use an ObservableCollection as a source. Since I see that CarouselPage pages are created by adding children, is it still possible to use the ObservableCollection as a binding? I want to dynamically add/remove items to the ObservableCollection that will change the items in the CarouselPage.
↧