Tutorial: Create a Silverlight 2 User Control from a Popup Control
Posted by: JohnPapa.net,
on 19 Jun 2008 |
View original | Bookmarked: 0 time(s)
I created a simple user control using the Popup control as a starting point. The end result is a nice little user control that can be used as a popup control to display a message. It has only 1 button on it (an OK button that closes the popup control). Ill outline the basic steps of creating the User Control and how the popup control works with it. Of course, you can create a popup control without the user control, but its a much cleaner practice to create user controls. Step 1) Create...