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

TreeListView.AllowScrollAnimation Property

Gets or sets whether to enable scroll animation. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public bool AllowScrollAnimation { get; set; }

Property Value

Type Description
Boolean

true to enable scroll animation; otherwise, false.

Remarks

Scroll animation is used when the per-pixel scrolling is enabled (the TreeListView.AllowPerPixelScrolling property is set to true).

See Also