DataGrid.MIN_ROW_HEIGHT

Overview | Methods | Fields | This Package | All Packages

DataGrid.MIN_ROW_HEIGHT

Specifies the minimum height (in pixels) of the rows in the grid.

Syntax

public static final int MIN_ROW_HEIGHT;

Remarks

The rows in the grid cannot be resized to a value less than MIN_ROW_HEIGHT. (By default, this constant is defined to be 5.)

See Also   setRowHeight