WPF 坑——RadioButton

51 阅读1分钟

有时候懒得做样式或者在基础控件上重写样式时需要小心控件自带的机制。

如RadioButton 单选控件,在布局控件中只能选择一个。

如:

read-normal-img

read-normal-img

点击时,

read-normal-img

read-normal-img

read-normal-img

即使在Grid的不同行也是,只是在同一个布局控件中,就只能选择一个RadioButton