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

RowSpacings

RowSpacings
is an option for the low-level function GridBox that specifies the spaces in x heights that should be inserted between successive rows.
  • RowSpacings effectively specifies the minimum distance between entries in successive rows; individual entries will often not fill their rows and will therefore be further apart.
  • RowSpacings->n uses a column spacing equal to n times the height of an "x" character in the current font.
  • RowSpacings can be used to specify different spacings between different rows. If there are more rows than entries in this list, then the last element of the list is used repeatedly for the remaining rows.
Use the same spacing between each row and the next:
Use different spacings between different rows:
Use the same spacing between each row and the next:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
Use different spacings between different rows:
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