Jesse Liberty - Silverlight Geek

By, For and About Silverlight Developers

Browse by Tags

All Tags » Digging Deeper (RSS)
Dynamically Creating User Controls That Fire Events Back To You
Aha! Okay, I may not fully understand all the requirements, but the following demo will show how to dynamically create a user control and then have that user control close itself, remove itself from the containing page and fire an event to the page so...
Dynamically creating and destroying containers
Ben H. asked a question within a comment to a previous blog post. Suppose, there is a button on the main form and when the user clicks on the button, a new container gets instantiated and the new container appears on the top of the main form. However...