I want to (conditionally) prevent mouse hover events from affecting a certain widget (tree).
IgnorePointer
I thought that IgnorePointer
would be the solution here, based on how you would prevent touch events. However, IgnorePointer
does not work for mouse hovering.
How do I prevent mouse hover events from affecting my widget?