GridData.heightHint

heightHint specifies the preferred height in pixels. This value is the hHint passed into Control.computeSize(int, int, bool) to determine the preferred size of the control.

The default value is SWT.DEFAULT.

@see Control#computeSize(int, int, bool)

class GridData
int heightHint;

Meta