row_spacing | Vertical space to leave between rows. |
column_spacing | Horizontal space to leave between columns. |
padding = (0, 0) | Space to leave horizontally and vertically around all the items. |
align = 'c' | Alignment of items within cells. A string made up of the letters 'l', 'r', 't', 'b' and 'c' for left, right, top, bottom and centre. |
equalize = '' | Specifies whether to make the size of all items equal in the horizontal and/or vertical direction. One of 'w', 'h' or 'wh'. |
expand_row = None | Index
of a row whose items should change height when the container is
resized. Items in rows above are anchored to the top of the container,
and those in rows below are anchored to the bottom. |
expand_column = None | Index
of a column whose items should change width whent the container is
resized. Items in columns to the left are anchored to the left of the
container, and those in columns to the right are anchored to the right. |