Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Prism 4,并且试图弄清楚如何将 TabControl 用作区域。文档说 SelectorRegionAdapter 将用作它的区域适配器。我的主要问题是关于添加视图。
适配器如何确定视图的 TabItem 的标头?
如何控制 TabItem 的标题是什么?
适配器不会为 TabItem 生成标头。UserControl 视图变为 TabItem.Content。要生成标题,您必须创建一个样式并将标题设置为与 Content 属性下的视图相关。然后将此样式绑定到TabControl.ItemContainerStyle选项卡控件上的属性。当您将视图添加到绑定到 TabControl 的区域时,将使用 ItemContainerStyle 属性中指定的样式创建一个 TabItem,并按照样式中指定的方式设置 Header。
TabControl.ItemContainerStyle