opn
unread,Jul 15, 2011, 9:02:05 AM7/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I hope it's not impossible right now to get a horizontal scrollbar
with a cellTree growing large in x-direction, but I just can not find
a solution.
The problem is that the cellTree automatically crates something like:
<div style="overflow: hidden;">
...
</div>
I can not find a way to disable this.
When i disable all these manually with, for example, firebug, my tree
begins to be scrollable.
Now the question:
Did anyone implement successfully a horizontal scrollable CellTree .