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

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#