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
80
Mouse Cursor Changes
posted

When the mouse is over a gridsplitter control inside a Grid inside a splitterpane then the mouse cursor doesn't change to a NorthSouth cursor as it should when over the Gridsplitter control, explicity setting the "Cursor" property doesn't have any effect either. Any suggestions?

 

  • 80
    posted

     Nevermind, stupid mistake on my part. I was setting "Mouse.OverrideCursor" and forgot to set it back to null when I was done with my processing.Ignore the above, thanks.