GridData.GRAB_VERTICAL

Style bit for <code>new GridData(int)</code> to resize the control to fit the remaining vertical space. Not recommended. Use <code>new GridData(int, int, bool, true)</code> instead.

class GridData
int GRAB_VERTICAL;

Meta