FIX. RadTreeView when AutoScrollOnClick is set to false and node is clicked with the right mouse button the view is auto scrolled while it shouldn't
To reproduce:
- Add treeview to a form and set its AutoScrollOnClick property to false.
- click a node that is not entirely visible with the right mouse button.
- You will notice that the view is auto scrolled.