
Hi all,
I'm facing to an issue with a contextual tab in the Ribbon.
One of my documents wich is docked in a RibbonWindows need a specific toolbar. This document "send" to my RibbonWindows a WPF component representing the specific toolbar. It's added to a contextual tab in the Ribbon.
This is working well, my component appears in the contextual tab.... but isn't active until I didn't pressed Home Button !!!!
My WPF component (toolbar) is binded on a DependencyProperty of my document who specify if the toolbar need to be active or not. This is working too, values of this property seems to be good in debug mode.
So I would like to know if this behaviour is already tracked as a bug of ribbon component ?
Maybe I'm mistaken somewhere, I forgot to set a value on the ribbon or something lik that.
Thanks by advance,
Regards.
I'm facing to an issue with a contextual tab in the Ribbon.
One of my documents wich is docked in a RibbonWindows need a specific toolbar. This document "send" to my RibbonWindows a WPF component representing the specific toolbar. It's added to a contextual tab in the Ribbon.
This is working well, my component appears in the contextual tab.... but isn't active until I didn't pressed Home Button !!!!
My WPF component (toolbar) is binded on a DependencyProperty of my document who specify if the toolbar need to be active or not. This is working too, values of this property seems to be good in debug mode.
So I would like to know if this behaviour is already tracked as a bug of ribbon component ?
Maybe I'm mistaken somewhere, I forgot to set a value on the ribbon or something lik that.
Thanks by advance,
Regards.