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
35
Active node in XamDataTree is brought into view
posted

Hi guys,

my problem is that a node that becomes active in the XamDataTree is automatically brought into view. 

In my case I have a deeply nested tree with scrollbars and when I click a tree node which is only partially visible it jumps into view.
This is quite annoying in my case and I want to turn this off. I'd like to have the default behavior that the standard WPF control has: The item gets selected and that's it.

Do you have any advice on how to achieve that?

Thanks in advance

Sven 

 

 

Parents
No Data
Reply
  • 35
    posted

    Hi anyone out there at Infragistics that can help me?

    Have tried to subclass the DataTree and override the "bring into view behavior" but to no avail.
    This is annoying and I don't want to switch to the WPF default treeviewcontrol  :( 

Children