Hi,
I want a fix width tree, how do i achieved that.
Below is a simple code
Tree tree = new Tree();
TreeItem firstItem = new TreeItem ("Item heading");
firstItem.addItem("This is a very long line of text which more");
first.setWidth("250px");
tree.addItem(firstItem);
What do i have to do so that the verylong line of text will wrap and
fit in 250px. The tree should not increase it width when i expand the
tree.
Regards
Hlunboi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---