Skip to main content
A newer version of this page is available. .

TabControlScrollView.AllowAnimation Property

Gets or sets whether the scroll animation is played. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowAnimation { get; set; }

Property Value

Type Description
Boolean

true to play the scroll animation; otherwise, false.

Remarks

The scroll animation is played when the Header Panel is being scrolled. If the AllowAnimation property is set to false, the Header Panel is scrolled without animation.

See Also