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
947
Weird Mouse or button Issue in UltraTree
posted
This is only happening to some users who are using PS/2 mouse, and wondered if you have seen anything similar before.
 
In my .NET C# application, there is a button that moves a node item within its tree (UltraTree).
 
However, on some particular user machines, the item (node) keeps flip-flopping (Goes up and down) when the user kept pressing the down button. And the Active node also changes...
 
(I am using Windows Form with Infragistics' Button and UltraTree and my application is built in .NET Framework 3.0)
 
Please help
  • 69832
    Suggested Answer
    Offline posted

    The fact that the problem is only observable when using a particular mouse driver hints strongly that the problem lies with the driver, although as long as it generates standard Windows mouse messages, I can't imagine this affecting only the UltraTree control. Assuming you have ruled out other controls having similar problem, it might be helpful to attach a small sample that demonstrates the problem here so we can take a closer look.