2 references to ScrollXPropertyKey
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
120
public static readonly BindableProperty ScrollXProperty =
ScrollXPropertyKey
.BindableProperty;
206
private set { SetValue(
ScrollXPropertyKey
, value); }