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

Auto grid rows and columns not working #3

Open
geom3trik opened this issue Jul 21, 2021 · 0 comments
Open

Auto grid rows and columns not working #3

geom3trik opened this issue Jul 21, 2021 · 0 comments

Comments

@geom3trik
Copy link
Collaborator

Auto grid rows and columns should use row_max and col_max to determine their width/height. Calculating row_max and col_max requires determining which children will be in which row/column before calculating the sizes of the rows/columns.

row_max - max height of children in row
col_max - max width of children in column

Normally, child width/height is ignored when using grid layout. Does it even make sense to have Auto rows/columns?

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

No branches or pull requests

1 participant