ButtonGroup Control - AdarshRise/HandyControl GitHub Wiki

Usage

First add HandyControl refrence

 xmlns:hc="https://handyorg.github.io/handycontrol"

then in your xaml

<hc:ButtonGroup>
                    <RadioButton Content="RadioButton" IsChecked="True"/>
                    <RadioButton Content="RadioButton"/>
                    <RadioButton Content="RadioButton"/>
                    <RadioButton Content="RadioButton"/>
                    <RadioButton Content="RadioButton"/>
</hc:ButtonGroup>
Available styles [ButtonGroup] Available Properties [ButtonGroup]
ButtonGroupSolid Orientation