GridData.HORIZONTAL_ALIGN_FILL

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

class GridData
int HORIZONTAL_ALIGN_FILL;

Meta