TabView.ScrollAnimationEnabled Property
In This Article
Gets or sets whether the Tab View animates transition between two tab items.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public bool ScrollAnimationEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the Tab View animates transition between two tab items; otherwise false. |
See Also