-
We have created a RibbonService and inside we defined two properties of the kind "BackstageTabItem". Ok, maybe you need some more infos on how we integrated it.
But I cannot even open the Menu programmatically... what do I miss here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I don't know how you are trying to open the backstage and select an item. Just added code that shows how it works to the showcase application. Why are you putting the |
Beta Was this translation helpful? Give feedback.
-
Thank you. And I don't know why he (my colleague) did it. He doesn't remember either. We guess, that it is, because, even if the helppage inside is not really big, the user can reduce the main window of our application to such a small size that it is required. Oh and we use this code now in the OnPreviewKeyDown event handler:
|
Beta Was this translation helpful? Give feedback.
I don't know how you are trying to open the backstage and select an item.
Just added code that shows how it works to the showcase application.
The commit is eeadf49
Why are you putting the
BackstageTabControl
inside aScrollViewer
, by the way?