[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
|
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
"Serge" <soertsch@xxxxxxxxxxxxxxxx> wrote in message
news:29dca9f0a4f663c8c22bf57ab82169a3$1@xxxxxxxxxxxxxxxxxx
> hello
> I've just taken a look at the new features in eclipse 3.2 and noticed that
> the tree was enhanced with new functionality as well. Is it somehow now
> possible to move the tree to another column? Like to have the
> expand/collapse buttons in another column than the first one? I took a
> look at the code but I couldn't figure it out. Anyone got an idea or has
> already done this?
>
> thanks in advance.
>
> kind regards
>