
My application window is outside my desktop,and the ribbon is IsMinimized.Now if I click to show the ribbon,some of the ribbon will be outside my application window.How to make sure that the all ribbon is inside my application window always?
My application window is outside my desktop,and the ribbon is IsMinimized.Now if I click to show the ribbon,some of the ribbon will be outside my application window.How to make sure that the all ribbon is inside my application window always?
Hello,
We use standard WPF Popups to show the Ribbon when it is minimized and you click on it. WPF Popups have a limitation (which Microsoft probably thought was a feature) where if a Popup is off the edge of a screen, it will slide back on. What they should have done is added an option for that "feature" but they never did, so unfortunately I'm not sure we can do anything about this.
[Modified 11 years ago]
Please log in to a validated account to post comments.