Microsoft SDK for Java

DataGrid.MIN_COLUMN_WIDTH

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.