GridData.minimumWidth

minimumWidth specifies the minimum width in pixels. This value applies only if grabExcessHorizontalSpace is true. A value of SWT.DEFAULT means that the minimum width will be the result of Control.computeSize(int, int, bool) where wHint is determined by GridData.widthHint.

The default value is 0.

@since 3.1 @see Control#computeSize(int, int, bool) @see GridData#widthHint

class GridData
int minimumWidth;

Meta