I was playing around with the ribbon control and I noticed when I put the control in to another screen it will not have any of the tabs/buttons on it.
I created a control CustomRibbon of type UserControl. Then in my main screen I do <c:CustomRibbon/>. The ribbon displays but its blank. Is this a rendering problem? If I put the code directly in main page it displays fine, just when I try to do it this way.
While I'm not sure of the issue I was able to resolve it. I recreated the control copy and paste the same xaml and code behind and its now working.
At the start I had to go with controls from another company. After doing it I found massive memory leaks with their controls and was able to talk to people here and get them to switch to your controls. So something in the conversion is a little screwy, but recreating the user controls solves it.
Hi,
would it be possible to provide a simple sample that demonstrates the issue? It's hard to tell what's causing the issue without looking at the code.
Regards,