Is there such a thing as a multi-state togglebutton in silverlight? I’ve tried retemplating radio buttons in a group, but I’d like to make a storyboard that works across the toggle states and because radio buttons are separate objects I’m stuck(I’m trying to make it look like the iphone toggle button, except multi-state)
Is there such a thing as a multi-state togglebutton in silverlight? I’ve tried retemplating
Share
The standard Silverlight
CheckBoxas anIsThreeStateproperty. The default visual for the third state is “-“, so you might have to customise the visuals.A CheckBox is a specialisation of a ToggleButton.