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

ColumnsEqual

ColumnsEqual
is an option for the low-level function GridBox which specifies whether all columns in the grid should be assigned equal width.
  • The default setting ColumnsEqual->False determines the width of each column from the widest entry in that column.
  • ColumnsEqual->True makes all columns the same width, with the width determined by the widest entry in the whole GridBox.
Create a grid in which columns have different widths depending on their contents:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
 
Create a grid in which all columns have the same width:
In[1]:=
Click for copyable input
Out[1]//DisplayForm=
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team