2 references to ScrollYPropertyKey
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
125
public static readonly BindableProperty ScrollYProperty =
ScrollYPropertyKey
.BindableProperty;
213
private set { SetValue(
ScrollYPropertyKey
, value); }