4 writes to _ignoreNativeScrolling
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\CarouselPageRenderer.cs (4)
89
_ignoreNativeScrolling
= false;
172
_ignoreNativeScrolling
= true;
283
_ignoreNativeScrolling
= true;
288
_ignoreNativeScrolling
= false;
1 reference to _ignoreNativeScrolling
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\CarouselPageRenderer.cs (1)
268
if (
_ignoreNativeScrolling
|| SelectedIndex >= ElementController.LogicalChildren.Count)