如何在 wpf/silverlight 的典型视图中设置选项卡导航?

发布于 2024-09-27 08:10:00 字数 140 浏览 4 评论 0原文

我如何让选项卡按照我想要的顺序停止,跨用户控件包含的元素到视图中的本地元素,该视图是静态xaml,组成(如棱镜),这是否涉及代码,或者我可以只在 xaml 中执行此操作吗?另外,如果您知道如何在混合中执行此操作,那将会非常有帮助。

How do i get the tabs to stop in the order I want across usercontrol contained elements to local elements in a view, the view is static xaml, not composed ( like with prism ), should this involve code, or can i do this in xaml only? also if you know how to do this in blend that would be very helpful.

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

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

发布评论

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

评论(1

毁梦 2024-10-04 08:10:00

如果您希望 Tab 键保持在此容器内,则可以通过在容器上设置 TabNavigation="Local""Cycle" 在 XAML 中执行此操作。然后调整子元素的 TabOrderIsTabStop 属性来定义哪些控件将获得焦点以及以什么顺序获得焦点。

You can do it in XAML by setting TabNavigation="Local" or "Cycle" on the container if you want your tabbing to remain within this container. Then adjust the TabOrder and IsTabStop properties on child elements to define which controls will get focus and in what order.

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