Silverlight: toggle button bar
October 14, 2010 1 Comment
I have seen this asked several times: how to make a toggle button bar in Silverlight?
Some might call it toggle button group.
I have simply taken the ToggleButton template and dressed it on a RadioButton, with few minor changes like padding and corner radius.
Here is how it looks
Here is the source
Advertisement

Hi, that is really cool, i was infant looking for it to implement my menu bar.
Very well done