I do know that WebDataTree control does not have property like autoscroll as far. But I found an issue like that, and it is so annoying.
The WebDataTree control in my page has lots of nodes and exceeds the vertical visible area of its container, so vertical scroll bar will appear. When I scroll to the lower parts of the tree and click one of nodes, the tree will scroll upwards automatically till the middle parts of this tree appear in the visible area. So the node I clicked disappear again, and I have to scroll to let it appear in visible area.
This behavior will occur only at first time I click the node of the tree after page loaded in browser. Next clicks will not bring this annoying issue.
You are very welcome, Rickysong,
Merry Christmas and Happy New Year to you too!
Thank you very much! You brought me a nice gift for Christmas!
When I remove the Height property from my tree, a vertical scroll bar will appear in IE6 browser, but will not in IE8. The issue will not occur any more as you suggested. Now I changed Height property from relative value to a fixed value like '480px', and vertical scroll bar will not appear in IE6. So it works perfectly for me now.
Thanks again, and Merry Christmas and a Happy New Year to you, Konstantin.
Hey, rickysong,
I found you a workaround for this issue. Don't set the tree Height to 100%. This is what messes the scrolling up, because a relative value sometimes causes the calculation to produce a wrong value. Just remove the Height property, it will adjust to the Height of the div it is lying inside just the same way.
Please try this out and let me know if you're still experiencing issues!
Hi again, Ricky,
The fix would be included in a future service release, however if you do have a subscription to our developer support, I believe you have the option of receiving an untested build with the fix implemented in it.
Let me know if this answers your questions!
Will I am noticed whenever there is a fix for this issue and get the fix in this forum? Or I have to wait for the next SP release of whole NetAdvantage for ASP.NET product?
Thanks for your response.