TabPage.ScrollAnimationEnabled Property
Gets or sets whether the TabPage animates the 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 TabPage animates the transition between two tab items; otherwise false. |
See Also