Back to Devexpress

DXScrollToPosition Enum

maui-devexpress-dot-maui-dot-core-45e35985.md

latest1001 B
Original Source

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

csharp
public enum DXScrollToPosition

Members

NameDescription
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.

|

Extension Methods

Yield<DXScrollToPosition>()

YieldIfNotNull<DXScrollToPosition>()

See Also

DevExpress.Maui.Core Namespace