Can anyone explain me these lines from Carl's Notes:
GridLayout with container larger han components expands to fill its container provided that the number of components matches the rows*columns.
--Empty rows are given space, while empty cols are not.
-- if there aren't enough components, it will try to fill its rows first.