Hello Everyone,
I’m experiencing an issue with changing the cursor over a canvas within a container control. Precisely, I have a container control that contains a canvas.
I want to change the cursor when over the container and over the canvas.
When the cursor hovers over the canvas, there’s a glitch where it alternates between the custom cursor I set and the standard cursor. However, when the cursor is over other parts of the container (outside the canvas), the cursor changes as expected.
I’ve attached a sample project that demonstrates the problem. If anyone has any ideas on why this might be happening, I’d appreciate your help!
P.S. I’ve tried moving the MouseMove event handling to the canvas itself, but the issue persists.
Thanks in advance!
cursorTestProject
7 posts - 3 participants