I have a Treeview inside a RAD Combo. The user selects a node and hits the submit button. I am doing a client-side scrolling using the following code:
root.get_nodes().getNode(j).select();
root.get_nodes().getNode(j).scrollIntoView();
Thios works fine. However, if the selected node is down the scroll area (about 10 items are visible at a time), the node is selected but the cursor does not scroll directly down to the selected node.
Thanks!
Ramjee