0
votes
3answers
966 views
ASP.Net TreeView Scrolling the selected node into view
Is there a way to scroll the selected node of an ASP.Net TreeView into view after a postback?
In my parrticular scenario the control is repopulated after each postback.
Thanks! …
0
votes
ASP.Net TreeView Scrolling the selected node into view
I figured it out. The TreeView control creates a javascript object on the client. It is named whatever you called the treeview with a '_Data' appended. The object lets you get a reference to the se …
