Hello:
When I set uxTreeView.SelectedNode = someNode, if the newly selected node is out of view, the RadTreeView control is scrolled so that the newly selected node is in view and visible. How do I prevent the scroll from occurring? I want to select a node that may be out of view, but don't want the node to be scrolled into view.
Thanks!