.net - Silverlight: Overriding Mouse Cursor -


is there way mouse cursor set on 1 control overrides mouse cursor on clild controls?

currently setting cursor hourglass works, i've got 1 control keeping original cursor.

strange children don't respect cursor defined parent life. worst case since effects 1 button try setting cursor programmatically:

mybutton.cursor = cursors.hand; 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -