Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

RowsEqual

RowsEqual
is an option for the low-level function GridBox that specifies whether all rows in the grid should be assigned equal total height.
  • The default setting RowsEqual->False determines the total height of each row from the entry in that row with the largest total height.
  • RowsEqual->True makes all rows the same total height, with the total height determined by the entry with the largest total height in the whole GridBox.
Create a grid in which rows have different heights depending on their contents:
Create a grid in which all rows are the same size:
Create a grid in which rows have different heights depending on their contents:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
Create a grid in which all rows are the same size:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF