Hello,
I was testing if it was possible to scroll the ultrawintree if the tree doesnt have focus. I want to be able if the tree doesnt have focus to scroll the tree when the cursor is in the treeregion.
This works for the .NET treeview, but not for the ultrawintree.
Is this even possible with the ultrawintree?
Thanks.
UltraTree exposes a TopNode property, which when set to a node that is not in view, will scroll the control as needed. This also works when the control does not have the input focus.
Thanks for the quick answer.
I am sorry, this is not what i meant. I am looking for a solution for this situation.
Lets say you have an ultratree at your left side and a tabpage for example on the right side. when the ultratree have focus i can scroll with the mousebutton, logical. But when the tabpage is focused i want that when the mousecursor is in the region of the ultratree i can use the scrollbutton of the mouse to scroll the tree.
thanks.