GridData.GRAB_HORIZONTAL

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

class GridData
int GRAB_HORIZONTAL;

Meta