Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Incorrect ScrollBox Bidirectional Vertical Flow #164

Merged
merged 6 commits into from
May 22, 2024

Conversation

bbazukun123
Copy link
Collaborator

@bbazukun123 bbazukun123 commented May 21, 2024

Summary

Current for bidirectional scroll box, item will flow down vertically using it's own height but a row can have varying height so temporarily row's maxHeight value is stored to accommodate this.

Behaviour Preview

Before

The overflowed item flows to the new line only using its height.

Screen.Recording.2024-05-21.at.16.10.43.mov

After

The overflowed item flows to the new line only the row's height (of the tallest item)

Screen.Recording.2024-05-21.at.16.11.08.mov

Base automatically changed from feature/scrollbox-proximity-event-v7 to v1.x May 22, 2024 09:55
@Zyie Zyie merged commit 538d58b into v1.x May 22, 2024
3 checks passed
@Zyie Zyie deleted the fix/scrollbox-bidirectional-flow branch May 22, 2024 09:55
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.

3 participants