GridData.VERTICAL_ALIGN_BEGINNING

Style bit for <code>new GridData(int)</code>. Position the control at the top of the cell. Not recommended. Use <code>new GridData(int, SWT.BEGINNING, bool, bool)</code> instead.

class GridData
int VERTICAL_ALIGN_BEGINNING;

Meta