| [news.eclipse.platform.swt] Re: How to set the row height in a Table? |
Not supported you need to switch to a custom drawn table/tree.
Tom
Hi, I try but fail to find the API to set the row height of a Table. The only way I know is: table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { event.height =rowHeight; } });
And which set the height of all the rows. How to set the height for every row?
Thanks in advance!
-- B e s t S o l u t i o n . at -------------------------------------------------------------------- Tom Schindl JFace-Committer --------------------------------------------------------------------