| [news.eclipse.platform.swt] Re: custom draw tree - move tree in other column |
Tom Schindl wrote:
Hi,
Maybe any of the custom drawn nebula widgets could support this or at least a feature request could be filed.
Tom
Grant Gayed schrieb: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
hi
thanks again, regards.