published 912 days, 23 hours, 11 minutes ago
posted by
admin
913 days, 3 hours, 23 minutes ago
Saturday, August 08, 2009 10:04:50 PM GMT
Saturday, August 08, 2009 5:52:32 PM GMT
In Silverlight 3 beta1, RelativeSource and ElementName can be specified on the binding which will enable us to get rid of code. Here is a XAML for the RadiobuttonList using ListBox
<ListBox ItemContainerStyle=”{StaticResource ListBoxItemStyle}” x:Name=”List1″>
we declare the style like this, style taken from the SDK
changes made – Added the xaml in bold and the original xaml [...]
|
No comments yet, be the first one to post comment.