Back to Devexpress

TableView.ScrollAnimationDuration Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-0af5a742.md

latest1.8 KB
Original Source

TableView.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 TableView.AllowScrollAnimation property to true. The TableView.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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace