Hello ( Derrell ;-) )
 
I have a TreeVirtual widget with a really big data set loaded. The tree is
fully collapsed, so that only the top nodes are showing. Now I know the id
of a know deep down in the hierarchy that I want to programmatically select. 

row = mytree.getDataModel().getRowFromNodeId( id );
mytree.getSelectionModel().setSelectionInterval( row, row );

doesn't work because getRowFromNodeId() seems to return only a value if the
node is already visible. The scrollCellVisible(column,row) method inherited
from Table doesn't work either for a similar reason. 

Any idea how this could be accomplished?

Thanks,

C. 
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/TreeVirtual-How-to-scroll-a-node-into-view-tp5191361p5191361.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to