2 references to ContentSizePropertyKey
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
130
public static readonly BindableProperty ContentSizeProperty =
ContentSizePropertyKey
.BindableProperty;
192
private set { SetValue(
ContentSizePropertyKey
, value); }