DatePicker:文本框和按钮都获得键盘焦点?

发布于 2024-12-08 11:48:04 字数 122 浏览 0 评论 0原文

有没有办法让 WPF DatePicker 中的两个控件获得焦点?对两者设置 Focusable 属性都不起作用。

我们希望用户能够通过 Tab 键切换到两个控件,而不是仅将焦点转到文本框。谢谢!

Is there a way to get focus on both controls in the WPF DatePicker? Setting the Focusable property on both makes neither work.

We would like users to be able to tab to both controls instead of focus only going to the textbox. Thanks!

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

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

发布评论

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

评论(1

遇到 2024-12-15 11:48:04

我在这方面得到了一些帮助。我需要将 KeyboardNavigation.TabNavigation 属性设置为“继续”,然后它就起作用了。感谢 Sam 的修复。

I got some help on this. I needed to set the KeyboardNavigation.TabNavigation property to "Continue", then it worked. Thanks to Sam for the fix.

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