[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: combo not visible in rightmost column of table
|
This problem was fixed a while back - the fix was to use the size of the
visible part of the column width rather than the whole column width when
sizing the editors of the table.
You may still see a problem however if you have set the alignment of the
editor to be left or center (note that left is the default alignment) and
you have set a minimum width for the editor
to be greater than the visible width of the column.
For a combo box in a table, you probably should have the following
settings on your editor:
editor.grabHorizontal = true
editor.horizontalAlignment = SWT.RIGHT
editor.minimumWidth = whatever is reasonable for your list entries