Back to Devexpress

TreeViewControl.AllowScrollAnimation Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-13166425.md

latest1.5 KB
Original Source

TreeViewControl.AllowScrollAnimation Property

Gets or sets whether to enable scroll animation. 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 bool AllowScrollAnimation { get; set; }
vb
Public Property AllowScrollAnimation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable scroll animation; otherwise, false.

|

Remarks

The AllowScrollAnimation property works only when the per-pixel scrolling is enabled (the AllowPerPixelScrolling property is set to true ).

For information about per-pixel scrolling, refer to the following DevExpress WPF Grid help topic: Per-Pixel Scrolling.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace