[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] More questions on adding Combo into Table
|
Hi,
So, I have been able to add Combo into a Table as TableEditor... however,
the Combo minimum height seems to be 21px, which is more than the default
row height of Table.
How can I change row heights in Table??
I'm actually building sort of a "Property Editor" type of control, that's
essentially a Table with two columns, Column 0 containing a bunch of Label
widgets, and Column 1 containing appropriate editors, such as Text, Combo,
and some other custom widgets. If I'm going about this the wrong way, please
let me know as well!
Thank you,
-jp