4 references to IsScrollAnimated
Microsoft.Maui.Controls (4)
Items\CarouselView.cs (4)
84
/// <summary>Bindable property for <see cref="
IsScrollAnimated
"/>.</summary>
86
BindableProperty.Create(nameof(
IsScrollAnimated
), typeof(bool), typeof(CarouselView), true);
273
public virtual bool AnimatePositionChanges =>
IsScrollAnimated
;
277
public virtual bool AnimateCurrentItemChanges =>
IsScrollAnimated
;