Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public enum ScrollingMode

#Members

Name Description
Normal

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

ScrollingMode_1

Smart

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

ScrollingMode_2

#Related API Members

The following properties accept/return ScrollingMode values:

#Remarks

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

See Also