WPF Toggle button group

<StackPanel>
  <RadioButton Content="Left" Style="{StaticResource {x:Type ToggleButton}}" />
  <RadioButton Content="Right" tyle="{StaticResource {x:Type ToggleButton}}" />                
</StackPanel>

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread