7 references to Vertical
Microsoft.Maui.Controls (5)
ScrollView\ScrollView.cs (5)
69 case ScrollOrientation.Vertical: 117 public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(ScrollOrientation), typeof(ScrollView), ScrollOrientation.Vertical); 295 case ScrollOrientation.Vertical: 335 case ScrollOrientation.Vertical: 452 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: