GridLayout.columnHomogeneous
bool columnHomogeneous() @property nothrowGet columnHomogeneous property.
Returns
Whether all the columns in the grid have the same width.
void columnHomogeneous(bool propval) @property nothrowSet columnHomogeneous property.
Parameters
propval | Whether all the columns in the grid have the same width. |