Hi,
Just upgraded from Actipro v15 to v16.1.633 with very changes required, none related to Ribbon.
Problem : The Ribbon appears correctly, but the QAT is no longer displayed.
Verifying the visual tree shows that the stackpanel under PART_VisibleItemsControl is now empty.
Our Ribbon is defined in its own View, and we do see the QAT while in designed mode for that View
Using Prism, that view is registered to a Region, and that region is called from the main application's xaml simply by :
<ContentControl prism:RegionManager.RegionName="{x:Static local:RegionNames.TopMenuRegion}" Grid.Row="0"/>
Anything changed regarding the QAT that we could verify ?
I am currently trying to duplicate the issue in your PrismIntegration.Unity-VB demo project, but for now I cant get the QAT to even show in design mode.
It would be nice to add a Ribbon in that Prism example, I would be curious to see if you handle it inside its own region.
Thank you,
Alex