Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public bool AllowScrollAnimation { get; set; }

    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