i’m not able to set mouse cursor on canvas

Unable to set Mouse Cursor on Canvas

The problem is that the Canvas is in the lazy-loading state (without background and children element). Please try to give it specific Background, SetCursor will work.

<Canvas Grid.Column="1"  Background="OrangeRed"
        HorizontalAlignment="Stretch"
        VerticalAlignment="Stretch"></Canvas>

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top