Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
ToggleButtonTool IsChecked binding OneWay
posted

Hi,

Am using a ToggleButtonTool inside a Menu. And clicking on ToggleButtonTool opens a dialog which has OK and Cancel button. If user clicks on OK button then,ToggleButtonTool IsChecked state should be checked. If user clicks on Cancel button, then the ToggleButtonTool IsChecked state should be false. The issue is when ToggleButtonTool is clicked again when the IsChecked state is true it's resetting the state and the tick image goes away even if the binding is set as OneWay