5 references to Vertical
Microsoft.Maui.Controls (5)
ScrollView\ScrollView.cs (5)
70
case ScrollOrientation.
Vertical
:
118
public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(ScrollOrientation), typeof(ScrollView), ScrollOrientation.
Vertical
);
296
case ScrollOrientation.
Vertical
:
336
case ScrollOrientation.
Vertical
:
453
case ScrollOrientation.
Vertical
: