21 references to ScrollOrientation
Microsoft.Maui (1)
Core\IScrollView.cs (1)
20
ScrollOrientation
Orientation { get; }
Microsoft.Maui.Controls (20)
ScrollView\ScrollView.cs (20)
70
case
ScrollOrientation
.Vertical:
73
case
ScrollOrientation
.Horizontal:
76
case
ScrollOrientation
.Both:
118
public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(
ScrollOrientation
), typeof(ScrollView),
ScrollOrientation
.Vertical);
199
public
ScrollOrientation
Orientation
201
get { return (
ScrollOrientation
)GetValue(OrientationProperty); }
250
if (Orientation ==
ScrollOrientation
.Neither)
261
if (Orientation ==
ScrollOrientation
.Neither)
293
case
ScrollOrientation
.Horizontal:
296
case
ScrollOrientation
.Vertical:
299
case
ScrollOrientation
.Both:
303
case
ScrollOrientation
.Neither:
329
case
ScrollOrientation
.Horizontal:
336
case
ScrollOrientation
.Vertical:
343
case
ScrollOrientation
.Both:
445
case
ScrollOrientation
.Horizontal:
448
case
ScrollOrientation
.Neither:
449
case
ScrollOrientation
.Both:
453
case
ScrollOrientation
.Vertical: