7 references to Vertical
Microsoft.Maui.Controls (5)
ScrollView\ScrollView.cs (5)
67 case ScrollOrientation.Vertical: 115 public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(ScrollOrientation), typeof(ScrollView), ScrollOrientation.Vertical); 293 case ScrollOrientation.Vertical: 333 case ScrollOrientation.Vertical: 450 case ScrollOrientation.Vertical:
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ScrollViewRenderer.cs (2)
160 if (Element is IVisualElementController controller && ScrollView.Orientation != ScrollOrientation.Vertical) 289 case ScrollOrientation.Vertical: