开发者

Radiobutton / Checkbox stays checked while changing state

开发者 https://www.devze.com 2023-01-30 06:31 出处:网络
I\'m building a WPF-application with Expression Blend 4 and I\'ve got a problem. When I check a radiobutton or checkbox and I want to Log Out (a state that hides all the checkboxes and slides i开发者

I'm building a WPF-application with Expression Blend 4 and I've got a problem.

When I check a radiobutton or checkbox and I want to Log Out (a state that hides all the checkboxes and slides i开发者_JS百科n another screen) and I log in again I still see the radiobutton checked.

Is there a way to terminate all 'checked-state' when I press a normal button to go to another state?

Thx a lot!


It might be that I don't fully understand your question, but shouldn't you address this directly from code-behind in an event related to your logging-out?

0

精彩评论

暂无评论...
验证码 换一张
取 消