Skip to content

Comments

Fix( Newarch): ScrollView page infinite scroll#860

Merged
iamAbhi-916 merged 1 commit intomainfrom
scrollview-fix
Feb 24, 2026
Merged

Fix( Newarch): ScrollView page infinite scroll#860
iamAbhi-916 merged 1 commit intomainfrom
scrollview-fix

Conversation

@iamAbhi-916
Copy link
Contributor

@iamAbhi-916 iamAbhi-916 commented Feb 24, 2026

Description

The keyboard-focusable horizontal ScrollView example had no width on its
inner Text, causing it to wrap vertically and inflate the outer page
ScrollView's content height indefinitely.

Why

Fixes gallery scrollview Tile having no end.

Resolves #853

What

  • Add explicit width (2000) to the Text inside the horizontal ScrollView
    so it renders as a single wide line
  • Add alignSelf: 'stretch' to the wrapper View so it fills the

Screenshots

scrollview_fix.mp4
Microsoft Reviewers: Open in CodeFlow

@iamAbhi-916 iamAbhi-916 merged commit 79f6825 into main Feb 24, 2026
6 checks passed
@iamAbhi-916 iamAbhi-916 deleted the scrollview-fix branch February 24, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No End of Page for Scroll View Component

2 participants