| [news.eclipse.platform.swt] Re: custom draw tree - move tree in other column |
Hi,
Tom
No, tree hierarchy decorations still come from the native tree, so custom draw won't help here. With a lot of work you could probably fake it by creating a flat Tree (aka Table), drawing the expanders yourself, and using custom draw to indent items that are "children" of previous items.
Grant