Back to Devexpress

TabView.ScrollAnimationEnabled Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-33ebe4a0.md

latest1.5 KB
Original Source

TabView.ScrollAnimationEnabled Property

Gets or sets whether the Tab View animates transition between two tab items. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public bool ScrollAnimationEnabled { get; set; }

Property Value

TypeDefaultDescription
BooleanTrue

true if the Tab View animates transition between two tab items; otherwise, false.

|

Remarks

The following animations show a Tab View with enabled and disabled animation effects:

ScrollAnimationEnabled = “True”ScrollAnimationEnabled = “False”

The following markup disables animation in a TabView:

xaml
<dxc:TabView ScrollAnimationEnabled="False">
    <!--...-->
</dxc:TabView>

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace