Skip to main content
ON

DXScrollToPosition Enum

Specifies where to display the target item after a scrolling operation is complete.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public enum DXScrollToPosition

Members

Name Description
MakeVisible

Scrolls the view as little as possible to make the target item visible.

Start

Scrolls the view to display the target item at the top edge.

End

Scrolls the view to display the target item at the bottom edge.

See Also