Hello!
Right now I am running into a case where I have a dynamic ItemsSource attached to my Carousel Page, and removing and adding items to the ItemsSource as you swipe left and right. Problem is, for iOS, after registering CurrentPage has changed and firing the EventHandler, The changed number in ItemsSource is not reflected in the number of children (as the number of Pages are not properly reflecting the number of items in the ItemsSource). It there a way to force the trigger for refreshing this if it is not firing out consistently?
Thanks!