WPF TabItem 不会失去焦点

发布于 2024-07-30 03:15:53 字数 329 浏览 6 评论 0原文

我有一个 tabcontrol 绑定了一个可观察列表。 在我选择一个选项卡之前,一切看起来都很完美。 选择后,选项卡不会失去焦点,并且所选选项卡不可用。 它们不是输出窗口中的任何消息。

这是单击选项卡之前的屏幕截图:

alt text

这是之后的屏幕截图(有问题):

alt text

关于如何解决此问题的任何想法或任何能够调试此类行为的提示?

I have a tabcontrol binded the an observable list. Eveything look to be perfect until I select a tab. Once selected, the tab doesn't lose its focus and the selected tab is not available. They are not any message in the Output Window.

Here is a screen shot just before clicking the tab:

alt text

And here is a screen shot after (with the problem):

alt text

Any idea about how to resolve this problem or any hint to be able to debug this kind of behavior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

淤浪 2024-08-06 03:15:53

问题是,当选项卡打开时,它会打开相同的选项卡,并且似乎您无法在两个选项卡中添加相同的模型对象而不悬挂选项卡。

The problem was that when the tab is open, it was openning the SAME tab and it seems that you can't add the same model object in two tab without having the tab hanging.

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