Skip to content

Auto grid rows and columns not working #3

@geom3trik

Description

@geom3trik

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions