I am using a WinTree in Outlook mode and it all works well. I have however one client who does not like the way the tree auto scrolls when the mouse reaches the bottom of the window, I thought there would be an easy way to turn off this behaviour but so far I haven't found one - any suggestions please?
Hello Chris,
Please clarify if the user is dragging the mouse to the bottom of the window. If he is dragging the mouse then there is a possibility of restricting the UltraTree from scrolling during a drag operation by setting the AllowAutoDragScrolling property to false. For example:
this.ultraTree1.AllowAutoDragScrolling = false;
If user is not dragging the mouse then please elaborate on the steps to reproduce this issue.
Please let me know if you have any questions.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
No - this is not part of a drag and drop operation. It would seem that if you position your cursor/mouse at the bottom on an UltraTree the tree will scroll up and if at the top the tree will scroll down. I assumed this was automatic behaviour?
I have tested the auto scroll behavior that you mentioned using 16.2.1000 version. However, I did not reproduce this issue. The behavior that you described is not the default behavior of UltraTree. Please clarify the Infragistics version that you are using if you are using the specified 16.2 version then you can verify if any custom code is causing this behavior.
I will further look into this issue as soon as I hear back from you.