I have a CarouselView with Loop enabled, which works fine for 2 or more items. However, it doesn't work well when there is only 1. It's weird that you can scroll and keep getting the same item!
Anyway, I have added code to check the number of items and set Loop to True if items > 1, otherwise it is set to false.
However, even though the code runs to set the value of Loop, the CarouselView itself does not change.
I am using a ViewModel which has a "Base" model containing a "SetProperty" method where "OnPropertyChanged" is called.
Should I be able to dynamically change the Loop setting, or is it set once only?