[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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 for your answers. I saw that the nebula grid supports that but as far as i can see it's not possible to have cells with multiple lines which is what we need as well. And another problem is that the nebula grid is still in an alpha state, and we would need a stable version to be able to use it.

i'll also take a look at grands suggestion, but i'm not sure if i'm able to do that. we'll see.

thanks again, regards.