要实现RadioButton只要将需要单选的所有的RadioButton的GroupName属性设成同一个名字。

<RadioButton Margin="53,0,0,0" VerticalAlignment="Center" GroupName="SelectedItem" />

<RadioButton Margin="53,0,0,0" VerticalAlignment="Center" GroupName="SelectedItem" />

<RadioButton Margin="53,0,0,0" VerticalAlignment="Center" GroupName="SelectedItem" />

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2021-08-19
  • 2021-11-10
  • 2021-11-28
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-08
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
相关资源
相似解决方案