Skip to main content

TreeListOptionsBehavior.AutoScrollOnSorting Property

Gets or sets whether the Tree List is automatically scrolled to the focused node on sorting.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AutoScrollOnSorting { get; set; }

Property Value

Type Default Description
Boolean true

true if the Tree List is automatically scrolled to the focused node on sorting; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoScrollOnSorting
TreeList
.OptionsBehavior .AutoScrollOnSorting

Remarks

To disable automatic scrolling to the focused node when sorting is applied, set the AutoScrollOnSorting option to false.

See Also