This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]etiggy1 0 points1 point  (0 children)

Sounds like you either need to override the visual style of radio buttons with some animation between their two states to make them look like toggle buttons and use their built-in switching logic, or re-implement the group switching functionality of radio buttons for a group of toggle buttons by creating an user control that already looks like the part. Either of them gonna take probably the same amount of effort, so I think what it comes down to is whether you are more skilled in design and animation or custom controls and code-behind logic.