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
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.