Hi folks,

i have a little problem with TreeFullControl(same with Tree): I have one in a window and i want it to fill the window vertically(100%). So i thought i set: tree.setHeight("100%") and height of the window to absolute: win.setHeight(300), so the height of the tree is limited through the height of the window. But it doesn't really work - window is always resized by tree. I have modified TreeFullControl_2.html to demonstrate this. Another question - i have some artifacts(see capture.jpg in attachment) while scrolling so i would like to response to scroll-event in order to refresh the screen - how can i do this? I tried tree.addEventListener("scroll", function(e).....) but the event isn't fired.

Best Regards,
alex.d

Title: qooxdoo » Demo

Shows a tree, with user-defined extra fields. In this example, the extra fields include a left-justified icon, a checkbox between the node icon and the label, and a whole series of right-justified fields. Additionally, the root node may be hidden.

<<attachment: capture.JPG>>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to