TabPage.ScrollAnimationEnabled Property
In This Article
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
C#
public bool ScrollAnimationEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the Tab |
See Also