4 writes to ShouldAnimate
Microsoft.Maui.Controls (4)
ScrollToRequestedEventArgs.cs (4)
13
ShouldAnimate
= shouldAnimate;
21
ShouldAnimate
= shouldAnimate;
29
ShouldAnimate
= shouldAnimate;
38
ShouldAnimate
= shouldAnimate;
6 references to ShouldAnimate
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (3)
437
Control.ScrollToRow(NSIndexPath.FromRowSection(result.Item2, result.Item1), position, e.
ShouldAnimate
);
450
Control.ScrollToRow(NSIndexPath.FromRowSection(index, 0), position, e.
ShouldAnimate
);
453
Control.ScrollToRow(NSIndexPath.FromRowSection(index, 0), position, e.
ShouldAnimate
);
ScrollToRequestedEventArgs.cs (1)
80
return new ScrollToRequest(ScrollX, ScrollY, !
ShouldAnimate
);
ScrollView\ScrollView.cs (1)
385
var result = new ScrollToRequestedEventArgs(point.X, point.Y, args.
ShouldAnimate
);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ScrollViewRenderer.cs (1)
120
Control.ScrollTo((float)(Element.Orientation == ScrollOrientation.Horizontal ? region.X : region.Y), e.
ShouldAnimate
);