GridData.FILL_BOTH

Style bit for <code>new GridData(int)</code> to resize the control to fill the cell horizontally and vertically and to fit the remaining horizontal and vertical space. FILL_BOTH = FILL_VERTICAL | FILL_HORIZONTAL Not recommended. Use <code>new GridData(SWT.FILL, SWT.FILL, true, true)</code> instead.

class GridData
int FILL_BOTH;

Meta