1 write to ScrollY
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
110 ScrollY = y;
10 references to ScrollY
Microsoft.Maui.Controls (10)
ScrollView\ScrollView.cs (10)
64 var scrollBounds = new Rect(ScrollX, ScrollY, Width, Height); 67 return new Point(ScrollX, ScrollY); 71 position = y > ScrollY ? ScrollToPosition.End : ScrollToPosition.Start; 77 position = x > ScrollX || y > ScrollY ? ScrollToPosition.End : ScrollToPosition.Start; 106 if (ScrollX == x && ScrollY == y) 125 static readonly BindablePropertyKey ScrollYPropertyKey = BindableProperty.CreateReadOnly(nameof(ScrollY), typeof(double), typeof(ScrollView), 0d); 127 /// <summary>Bindable property for <see cref="ScrollY"/>.</summary> 405 SetScrolledPosition(value, ScrollY); 412 get => ScrollY; 415 if (ScrollY != value)