|
Rank: Newbie Groups: Member
Joined: 3/25/2010 Posts: 3
|
I found a support posting regarding the treeview's ability to "scroll into view" after page postback back in 2008 (mentioned that it may be included in the future) ... is this a current feature? If so, how do you invoke the feature?
The treeview maintains the "selected" treenode, but does not automatically scroll that node into view as it does when "navigating" the tree prior to postback.
Thanks
--Scott
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Yes. That is currently supported. You would call the node's EnsureVisible method from your code.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/25/2010 Posts: 3
|
Excellent!!! Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You are welcome. Please feel free to let us know if you have any more questions.
Thanks!
|
|