Hello,
I noticed problem with SfRotator. To reproduce:
1. create rotator with 4 items and bind and SelectedIndex="{Binding SelectedItemIndex, Mode=TwoWay}"
2. SelectedItemIndex = 1 during page initialisation, rotator correctly initialise rotated to item 1
3. Rotate rotator to item 0 with your finger, seems to work fine but the value of SelectedInex and SelectedItemIndex are not updated (keep value 1, but expected is 0)
4. If you rotate with finger to page 1 now, event that value is changed is raised and now if you back to 0 again, this time it works fine.
if you initialise rotator rotated to element 3, it works fine, recognise change from 3 to 2, also change from initial 1 to 2 works fine. The problem is only from 1 to 0.
Best regards,
Radoslaw Kubas