Back to Devexpress

TreeListView.ScrollAnimationDuration Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-4a9c5dec.md

latest1.9 KB
Original Source

TreeListView.ScrollAnimationDuration Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double ScrollAnimationDuration { get; set; }
vb
Public Property ScrollAnimationDuration As Double

Property Value

TypeDescription
Double

A Double value that specifies the animation length, in milliseconds.

|

Remarks

To provide a visual effect for per-pixel scrolling, set the TreeListView.AllowScrollAnimation property to true. The TreeListView.ScrollAnimationMode and ScrollAnimationDuration properties allow you to customize the animation. The first property specifies the scrolling mode, the second property specifies the animation length.

See Also

Paging and Scrolling

Per-Pixel Scrolling

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace