Closed Sztub closed 4 years ago
Replication steps:
TabView.ItemSource[2].HeaderText = "New Text that will be splited into multiple lines";
What i've also noticed, is that you cannot set binding into tab header text, when using prism.
With new TemplatedItemSource and ItemTemplate bindable properties, you could achieve what you're trying to do. Please look at the sample project for reference.
Replication steps:
TabView.ItemSource[2].HeaderText = "New Text that will be splited into multiple lines";
What i've also noticed, is that you cannot set binding into tab header text, when using prism.