If you reconfigure the grid after adding components to it, the grid does not redistribute
the components. For example, if you add a third column in the preceding example, the
grid does not shift the list box back to the third column of the first row.
g.ColumnWidth = {100,'1x','1x'};
Using Grid Layout Managers