I'm about to convert an application that used to run under ArcMap, and the form of that application does contain TabControl within TabItem. I'd like to do the same type of interface under ArcGIS Pro, but when I look at the samples, the only one that seems to do the job is the one about the custom catalog (https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/CustomCatalog)
But, in that case it's trying to emulate the Catalog pane and from what I can understand, the styling for the TabControl is not supported in ArcGIS Pro.
So the question is: Can I still use regular WPF TabControl within ARCGIS Pro or will I be heading into major problem? If the problem is only a question of styling, it's not a major problem in my case.