FlipView.IsAnimationEnabled Property
Gets or sets whether animation effects for navigating through the FlipView container’s items are enabled.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if animation effects for navigating through the FlipView container’s items are enabled; otherwise, false. |
Remarks
By default, traversing through FlipViewItems within a FlipView container is accompanied by smooth animation. You can set the IsAnimationEnabled property to false to turn this animation off.
See Also