Problem: I need an SWT Table (JFace TableViewer) with variable row height. In fact, I solved this on my development machine (running Ubuntu 10.10). Unfortunately, this doesn\'
I ran into this problem as well -- needing an SWT table widget that could support cells of varying heights. As the.duckman says, Win32 table rows cannot do this. We ended up using the KTable widget. It doesn't use the native OS tables.
http://sourceforge.net/projects/ktable/
It worked okay for us, but it's got some quirks. Luckily the source code is fairly easy to modify to suit your needs.