minimumHeight specifies the minimum height in pixels. This value
applies only if grabExcessVerticalSpace is true. A value of
SWT.DEFAULT means that the minimum height will be the result
of Control.computeSize(int, int, bool) where hHint is
determined by GridData.heightHint.
minimumHeight specifies the minimum height in pixels. This value applies only if grabExcessVerticalSpace is true. A value of SWT.DEFAULT means that the minimum height will be the result of Control.computeSize(int, int, bool) where hHint is determined by GridData.heightHint.
The default value is 0.
@since 3.1 @see Control#computeSize(int, int, bool) @see GridData#heightHint