Skip to main content

ScrollingMode Enum

Lists values that specify how many rows are displayed onscreen when a View is scrolled to the bottom.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public enum ScrollingMode

#Members

Name Description
Normal

When a view is scrolled to the bottom, it displays as many rows as can completely fit into its content area.

ScrollingMode_2

Smart

Only one row (the last row) is displayed when a view is scrolled to the bottom.

ScrollingMode_1

#Passed To

You can pass ScrollingMode values to the DataViewBase.ScrollingMode property.

#Remarks

The values listed by this enumeration are used to set the DataViewBase.ScrollingMode property's value.

See Also