GridData.VERTICAL_ALIGN_FILL

Style bit for <code>new GridData(int)</code> to resize the control to fill the cell vertically. Not recommended. Use <code>new GridData(int, SWT.FILL, bool, bool)</code> instead

class GridData
int VERTICAL_ALIGN_FILL;

Meta