Hi,
Is it possible to disable horizontally auto scrolling a node into view when selecting it?I want the tree view to act like the Solution Explorer in Visual Studio...when I click a node, no HORIZONTAL scrolling should happen automatically.
-Thanks
The behavior you are describing is the designed behavior. The node, when activated will attempt to bring itself into view. Now currently there is a bug which is going through our system that when resolved should minimize scrolling if in view.
Ok, thanks.
After the bug has been resolved, how much of the node must be hidden in order for the scrolling to occur? My wish is that if any part of the node is visible at all, no horizontal scrolling should occur. I realize this behavior may not be desierable for all of your customers, but it would be very helpful if this was a behavior I could enable.