views:

833

answers:

2

I am endeavouring to render some hierarchic data in a TableViewer (the TreeViewer isn't a good fit - trust me on this :-). Consequently I need to render the parent cells with a row-span > 1.

As far as I can tell, this currently isn't possible with the regular JFace TableViewer, or the SWT Table underneath.

Can anyone tell me I'm wrong?

M.

+1  A: 
VonC
Thanks Von. If neither TreeViewer nor TableViewer can do it - are there any 3rd party controls that you know of that may fit this role?
Martin Cowie
+1  A: 
KlausMeier