<Page>
<StackLayout>
<ScrollView>
<StackLayout>
<Label text="START" />
<Label height="1000" backgroundColor="red"/>
<Label text="END" />
</StackLayout>
</ScrollView>
</StackLayout>
</Page>
Looks like the issue occurs when the ScrollView is measured s AT_MOST height measure spec. I'm looking at you MEASURED_STATE_TOO_SMALL
Here is a repro page:
Looks like the issue occurs when the ScrollView is measured s AT_MOST height measure spec. I'm looking at you MEASURED_STATE_TOO_SMALL