Overview | Methods | Fields | This Package | All Packages
Specifies the minimum width (in pixels) of the columns in the grid.
Syntax
public static final int MIN_COLUMN_WIDTH;
Remarks
The columns in the grid cannot be resized to a value less than MIN_COLUMN_WIDTH. (By default, this constant is defined to be 10.)
See Also Column.setWidth