Table.resize

void resize(uint rows, uint columns)

If you need to change a table’s size after it has been created, this function allows you to do so.

Parameters

rowsThe new number of rows.
columnsThe new number of columns.

Deprecated

#GtkGrid resizes automatically.