2 instantiations of ScrollToRequestEventArgs
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
157
OnScrollToRequested(new
ScrollToRequestEventArgs
(index, groupIndex, position, animate));
164
OnScrollToRequested(new
ScrollToRequestEventArgs
(item, group, position, animate));
2 references to ScrollToRequestEventArgs
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
186
public event EventHandler<
ScrollToRequestEventArgs
> ScrollToRequested;
207
protected virtual void OnScrollToRequested(
ScrollToRequestEventArgs
e)