aspose file tools
The moose likes JSF and the fly likes jsf tree scrolling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "jsf tree scrolling" Watch "jsf tree scrolling" New topic
Author

jsf tree scrolling

Chris Vee
Greenhorn

Joined: Dec 23, 2008
Posts: 1
Hi there,

I am using a "com.sun.webui.jsf.component.Tree" component on one of my webpages. The component has "overflow: auto" set so that it starts scrolling down when it becomes too big for its specified size. Now I want it to scroll to a specific position when the page loads. To be more precise, I do a "tree.setSelected(nodeID)" before the page loads and I want the tree to be scrolled to the selected TreeNode.

I cannot determine how to do this, please help!!

Thanks!
Delfin Delfin
Greenhorn

Joined: Dec 23, 2008
Posts: 1
You must wraper your own tree in
<ice:panelGroup scrollHeight="50px" scrollWidth="50px">
...tree component
</ice:panelGroup>.
Everything must working.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jsf tree scrolling
 
Similar Threads
Dynamic tree component
Adding Component on Runtime
Simple tree help
Scrolling JMenu
how to capture the action while clicking on the tree structure. (tomahawk tree component)