单选按钮/复选框在更改状态时保持选中状态
我正在使用 Expression Blend 4 构建 WPF 应用程序,但遇到了问题。
当我选中单选按钮或复选框并且想要注销(一种隐藏所有复选框并在另一个屏幕中滑动的状态)并且再次登录时,我仍然看到单选按钮被选中。
当我按下普通按钮进入另一个状态时,有没有办法终止所有“检查状态”?
非常感谢!
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 in 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可能不完全理解你的问题,但你不应该在与你的注销相关的事件中直接从代码隐藏中解决这个问题吗?
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?