FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ScrollView does not scroll · Issue #408 · NativeScript/NativeScript · GitHub

ScrollView does not scroll #408

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL