Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug Silverlight 2 beta Binding to object doesn't work
2 replies. Latest Post by rocktheroad on March 25, 2008.
(1)
ABL
Member
0 points
3 Posts
03-08-2008 5:24 PM |
I created an Usercontrol as below with a TextBlock binding to the Usercontrol's custom dependency property MessageText
<Button Name="closeBtn" Width="100" Height="40" Content="Close"></Button>
</
In the refering page the tag is
<
This simply doesn't work. The dependencyproperty MessageText is in the code class for MessageBox. Any Clues?
chad.cam...
Participant
1918 points
332 Posts
03-08-2008 7:27 PM |
Silverlight 2 does not support UI-to-UI binding. You can only bind a CLR object to a UI element in Silverlight 2.
rocktheroad
54 points
27 Posts
03-25-2008 7:31 AM |
Is this just for this Beta release, or this is not planned in version 2? Is there any roadmap for SL2 published, they announced it on MIX...