You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: