Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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:

Library Object Type Path to AutoScrollOnSorting
WinForms Controls GanttControl
.OptionsBehavior.AutoScrollOnSorting
ResourcesTree
.OptionsBehavior.AutoScrollOnSorting
TreeList
.OptionsBehavior.AutoScrollOnSorting
Reporting XRDesignFieldList
.OptionsBehavior.AutoScrollOnSorting
XRDesignReportExplorer
.OptionsBehavior.AutoScrollOnSorting

Remarks

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

See Also