Skip to main content

TabControlScrollView.AllowAnimation Property

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

Namespace: DevExpress.Xpf.Core

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

#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