The text of this article is not in this database — only its details are. Read it on the old site: User Control in Silverlight
18 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: User Control in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
sandip kumarPosted Jul 18, 2013, 6:20 AM
do you have any idea of creating a user control where we can still add controls during the implementation
kanthesha murthyPosted Jul 14, 2011, 1:54 AM
Hi Mahesh This is really nice Article It helped me lot as I am an UserExperience Designer. Thank You
Navin TyagiPosted Dec 28, 2010, 2:08 PM
Hi Mahesh, is this example of Custom Control or user control? Custom control is a all together in silverlight.. plz check
Sunil SanePosted Nov 29, 2010, 8:23 PM
Can you tell me how can I use this control (.dll) in VS 2010? Man I have tried lot of things and it just does not seem to work.
Ritesh TotlaniPosted Sep 17, 2010, 12:53 AM
This site really sucks... all the information provided is either wrong or not of use.... Some really inexperienced guys have started this site....
John WoodPosted Jun 14, 2010, 2:59 PM
How do i get a custom control to provide the settings choices for the attributes in the XAML designer?
tesicPosted May 28, 2009, 9:39 AM
Hi Mahesh, I'm not able to display the custom control in another Silverlight application. I have this error message: System.Windows.Markup.XamlParseException occurred Message="AG_E_PARSER_BAD_PROPERTY_VALUE [Line: 7 Position: 40]" LineNumber=7 LinePosition=40 StackTrace: at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at CustomControlsSample.ImageViewer.InitializeComponent() at CustomControlsSample.ImageViewer..ctor() InnerException: Do you happen to know what's going on? Thank you in advance. Goran
Gavin FortyPosted Nov 20, 2008, 4:26 PM
Thanks for the article It would be nice to see this example extended to work at design time in Blend.