Hi,
Is there a way to programmatically set the scroll position in a treeview control.
The situation is there are 10 items in mytreeview andthe user can see only first5 nodes/itemsand there is a scrollbar to drag and see the next 5.
There is a text box and search button. If user enters a node name in the text box and hits the search buttonthe node should be selected in the treeview. this is working fine. But if the entered node is in the bottom of the treeview then i want the scrollbar to scroll down and show thenode/item.
please let me know if there to do this.
Thanks