Skip to content

ScrollView does not scroll #408

@vakrilov

Description

@vakrilov

Here is a repro page:

<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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions