GridData.FILL_VERTICAL

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

class GridData
int FILL_VERTICAL;

Meta