.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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -