Hi,
How would i be able to "bind" the MouseDoubleClick event on a xamDataTree node item to a command on a view model to properly do MVVM?
Thanks in advance for assistance.
Hi Rob,
THanks for your help. Solution worked great.
Hi Hagashen,
You can use the InputBindings on the XamDataTreeNodeControl. I have attached a sample that demonstrates how to set this up.