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