Radio Button List Box With Seperate Group Name in Silverlight

Over this article we are going to discuss on building a RadioButton ListBox using a Control Template and also how to have the flexibility of still specifying the group name for every list control. The solution is not to write a custom dependency property or set the group name from the code behind but instead fix everything right in the XAML itself

Read More