Hi, I'm having a problem with the sfrotator when he has only one item and he clicks or tap to rotate the app crash
SfRotator sfRotator = new SfRotator()
{
HorizontalOptions = LayoutOptions.FillAndExpand,
VerticalOptions = LayoutOptions.FillAndExpand,
BindingContext = ViewModel,
SelectedDotColor = Color.FromHex("#5E95AE"),
DotsBorderColor = Color.FromHex("#5E95AE"),
NavigationDirection = NavigationDirection.Horizontal,
NavigationStripMode = NavigationStripMode.Dots,
BackgroundColor = Color.Transparent,
NavigationStripPosition = NavigationStripPosition.Bottom,
ItemTemplate = itemTemplate,
EnableSwiping = true,
};
sfRotator.SetBinding(SfRotator.ItemsSourceProperty, "SelectedData");
sfRotator.SetBinding(SfRotator.IsVisibleProperty, "IsNotBusy");
04-20 15:38:34.561 I/Choreographer(26060): Skipped 51 frames! The application may be doing too much work on its main thread.
04-20 15:38:34.574 W/View (26060): requestLayout() improperly called by md51558244f76c53b6aeda52c8a337f2c37.ScrollViewContainer{5f9ce9f V.E...... ......ID 0,0-644,877} during layout: running second layout pass
Unhandled Exception:
Tanks,