Hi,
I have a compare application in wpf , where in I can compare the contents of nodes in leftTree and RightTree.
I have wpf user control with two treeview's displayed side-by-side. I would like to view more then 800k nodes in the treeview. I have enabled virtulization and added logic so that I can bringIntoView any far away node in the tree by creating virtulized panel.
I also need to synchronize the scroll bar's for both the tree's.
But I am unable to synchronize the scroll bars, if virtulisation is enabled. The scroll position for both the tree's get confused.
Could anyone help me on this.
Thanks
Sunitha