Implemented interface member:
method
SetScrolledPosition
Microsoft.Maui.Controls.IScrollViewController.SetScrolledPosition(System.Double, System.Double)
3 references to SetScrolledPosition
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
402 SetScrolledPosition(value, ScrollY); 414 SetScrolledPosition(ScrollX, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
340 ScrollView.SetScrolledPosition(ContentOffset.X, ContentOffset.Y);