Implemented interface member:
property
ContentSize
Microsoft.Maui.IScrollView.ContentSize
3 writes to ContentSize
Microsoft.Maui.Controls (3)
ScrollView\ScrollView.cs (3)
179
ContentSize
= Size.Zero;
187
ContentSize
= new Size(frameSize.Width + margin.HorizontalThickness,
439
ContentSize
= Size.Zero;
3 references to ContentSize
Microsoft.Maui.Controls (3)
ScrollView\ScrollView.cs (3)
130
static readonly BindablePropertyKey ContentSizePropertyKey = BindableProperty.CreateReadOnly(nameof(
ContentSize
), typeof(Size), typeof(ScrollView), default(Size));
132
/// <summary>Bindable property for <see cref="
ContentSize
"/>.</summary>
440
return
ContentSize
;