Silverlight UserControl [modified]
-
Hi, I wrote a class inherting from canvas. I added a child inside ItemTemplate.I am having a linkbutton as child. I added it in Page.xaml as
<my:parent> <my:DataPoint Text="30 Members" Link="http://www.zsl.com" ImageUrl="../images/chat.png"></my:DataPoint> </my:parent>
What i want now is,if i change the text or link value it should reflect in design view. Any Idea about this!Gomathi R
modified on Tuesday, July 14, 2009 5:24 AM
-
Hi, I wrote a class inherting from canvas. I added a child inside ItemTemplate.I am having a linkbutton as child. I added it in Page.xaml as
<my:parent> <my:DataPoint Text="30 Members" Link="http://www.zsl.com" ImageUrl="../images/chat.png"></my:DataPoint> </my:parent>
What i want now is,if i change the text or link value it should reflect in design view. Any Idea about this!Gomathi R
modified on Tuesday, July 14, 2009 5:24 AM
Hello, I think it would be better if you can show us some of your code. Otherwise, it's hard for us to help you to solve your problem.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) Microsoft MVP (Silverlight), WPF/Silverlight Insiders