TreeViewControl.AllowScrollAnimation Property
In This Article
Gets or sets whether to enable scroll animation. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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