ScrollToRequestEventArgs.Mode Property

Definition

Gets the scroll mode indicating whether to scroll by position or by element reference.

public:
 property Microsoft::Maui::Controls::ScrollToMode Mode { Microsoft::Maui::Controls::ScrollToMode get(); };
public Microsoft.Maui.Controls.ScrollToMode Mode { get; }
member this.Mode : Microsoft.Maui.Controls.ScrollToMode
Public ReadOnly Property Mode As ScrollToMode

Property Value

A ScrollToMode value indicating how the scroll target is specified.

Applies to