单选按钮/复选框在更改状态时保持选中状态

发布于 2024-10-07 03:40:43 字数 179 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拧巴小姐 2024-10-14 03:40:43

我可能不完全理解你的问题,但你不应该在与你的注销相关的事件中直接从代码隐藏中解决这个问题吗?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文