Silverlight ItemsControl - change ItemTemplate
Posted
by Cornel
on Stack Overflow
See other posts from Stack Overflow
or by Cornel
Published on 2010-05-10T14:25:04Z
Indexed on
2010/05/10
14:34 UTC
Read the original article
Hit count: 304
Silverlight
|itemscontrol
I have an ItemsControl with a list of radio buttons - in this case the ItemTemplate will contain a binded radio button. The problem is that in some cases I need to replace the radio button with a check box without using any C# code. Is this possible? I thought at using a ValueConverter (C# code) but I don't know for sure if will work.
© Stack Overflow or respective owner