Odd behavior when trying to change a bound RadioButton in WPF
问题 I've bound two radio buttons in my Child window to an Enum in my ViewModel which is constructed in the Main window. The binding works as expected but I have noticed a very odd behavior which I can't solve. I have provided all the code here so you can reconstruct the problem easily for yourself. Here are the steps to see this odd behavior: Click on the button in the MainWindow The ChildWindow opens and the RadioButton is set to User Choose Automatic and then Choose User again Close the