Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
790
Scrolling the UltraWinTree without focus
posted

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.

Parents
  • 69832
    Offline posted

    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.

Reply Children