Implemented interface member:
property
Orientation
Microsoft.Maui.IScrollView.Orientation
8 references to Orientation
Microsoft.Maui.Controls (8)
ScrollView\ScrollView.cs (8)
68
switch (
Orientation
)
117
/// <summary>Bindable property for <see cref="
Orientation
"/>.</summary>
118
public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(
Orientation
), typeof(ScrollOrientation), typeof(ScrollView), ScrollOrientation.Vertical);
250
if (
Orientation
== ScrollOrientation.Neither)
261
if (
Orientation
== ScrollOrientation.Neither)
291
switch (
Orientation
)
327
switch (
Orientation
)
443
switch (
Orientation
)