When I del开发者_StackOverflowete html node with silverlight 2.0 app inside, Init event fires again (only in in IE, but not in FF). How can I cope with this strange behaviour? Any help would be apprec
Silverlight 2 is missing the unload event for a UserControl. Has anyone implemented a workaround f开发者_如何学Goor this?you might want to look here:
I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
I have a TextBlock bound to a property on my view model. I have a StoryBoard with fades the text in and out using the Opacity property. I am using this text to give the user feedback after they have p