TabView.ScrollAnimationEnabled Property
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
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