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

Add support for a single width unbounded widget in ScrollGridFlow #20

Conversation

Girildo
Copy link
Contributor

@Girildo Girildo commented Dec 19, 2022

This partially addresses #18, in that it behaves more or less consistently with a ScrollList if MaxCrossAxisCount == 1 and children have infinite width.

Known limitations:

  • MaxCrossAxisExtent is ignored.
  • There is a hard assertion that MaxCrossAxisCount equals one.

@vanifatovvlad vanifatovvlad added the enhancement New feature or request label Dec 20, 2022
@vanifatovvlad vanifatovvlad merged commit 3d16dca into codewriter-packages:master Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants