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