Can I develop a control which allows me to do something like this:
<MyRadioList>
<MyRadioButton/>
<MyRadioButtonWithInfoButton/>
<MyRadioButton/>
<MyRadioButtonWithBlueColor/>
</MyRadioList>
That is, I can place my own control-tags inside my radio list.
Can it be done with templated user controls?