Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Maintining the Scroll Position of an UltraWinTree
posted

Hi,

I have a little problem with my UlraWinTree.

I can't figure out how to store the scroll position before an update and restore it afterwards. 

I manually add the nodes while binding the tree because i have a pretty complex structure if that helps ....

 

Thanks

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    Generally speaking you set the scroll position via the TopNode property, which determines which node is the topmost one in the tree, which in turn affects the scroll position.

    I'm not sure if this will help you, but UltraTree exposes a property, SynchronizeWithCurrencyManager, which you can set to false to prevent the ActiveNode from being synchronized with the current record in the data set.

Children
No Data