Prism 和 TabControl 和 TabIndex
我想每次都以相同的顺序将视图放入 TabControl 中。我猜现在我的选项卡的顺序是随机的,因为模块的加载。 如果我使用 TabControl 作为带有棱镜的区域,如何设置 TabIndex?
I want to put views in the same order into a TabControl every time. Now the order of my tabs is random, bacause of the loading of the modules, I gues.
How to setup the TabIndex if I use TabControl as a region with prism?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的视图具体类上放置一个 ViewSortHint 属性,棱镜将按照排序提示描述的相同顺序对您的视图/选项卡进行排序
Put a ViewSortHint attribute on your view concrete class and prism will sort your views/tabs in the same order as the sort hint describes