Setting the Cursor property in Silverlight has no effect -
i'm trying set cursor changes hand when mouse hovers item. doesn't seem have effect, cursor remains default one. example:
<grid x:name="layoutroot" background="white"> <rectangle width="100" height="100" fill="black" cursor="arrow" /> </grid>
any idea why?
thanks!
silly question, but...arrow default cursor. did try other cursors "hand" or "wait"?
Comments
Post a Comment