Skip to main content

DataControlBase.AutoScrollOnSorting Property

Gets or sets whether a grid is automatically scrolled after the order of rows has been changed. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AutoScrollOnSorting { get; set; }

Property Value

Type Description
Boolean

true to enable automatic row scrolling; otherwise, false.

Remarks

If the AutoScrollOnSorting property is set to true, changing the order of rows automatically scrolls the grid to make the focused row visible onscreen. To disable automatic row scrolling and preserve a scroll bar’s position when reordering rows, turn off the AutoScrollOnSorting option.

See Also