Quantcast
Channel: Ribbon for WPF - Recent Posts
Browsing all 1458 articles
Browse latest View live
↧

Re: Simplified ribbon

Excellent! I'll be holding my breath :)

View Article


RecentDocumentMenu context menu

Last year I implemented an application with a Ribbon and a RecentDocumentMenu. I intercepted the ContextMenuOpening event on the RecentDocumentMenu to create a context menu to allow the user to re...

View Article


Re: RecentDocumentMenu context menu

Hi Ralph, I don't see that any code changes have been made to RecentDocumentMenu itself in the past couple years. Please put together a new simple sample project that shows it happening and send...

View Article

Content in title bar (left of minimize/maximize/close)

Hi, For a while I've been missing the possibility to add content to the left of the minimize/maximize/close buttons of the RibbonWindow. Refering to examples such as the "log in" button in Visual...

View Article

Re: Content in title bar (left of minimize/maximize/close)

Hello, Actually we already have that functionality. WindowChrome supports it and it is demoed in our "Themes / MetroStyleWindow" demo in the samples. If you look at the MetroWindow.xaml file th...

View Article


Re: Content in title bar (left of minimize/maximize/close)

Oh yeah. I've seen this sample years ago, but had completely forgotten. Thanks. Will check it out again. Thanks.

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Any news about this problem ? I have the same problem when changing from Classic Theme to a Metro Theme.If I resize the window it will draw the tabs and QAT correctly. Also for some reason sett...

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hi Daniel, We were never able to duplicate it here on our dev machines when working offline with Hamid a year ago. Just for curiosity's sake, are you able to try the 2019.1 evaluation version to...

View Article


Re: Ribbon Tabs cover the Quick Access Toolbar

Hi, I tried a bit with v19.1.0681 and it seems that the problem with the QAT it's working but the problem with changing the theme from Metro Dark to Metro Light (The ThemeManager.CurrentTheme...

View Article


Re: Ribbon Tabs cover the Quick Access Toolbar

Hi Daniel, Is there anything non-standard about your app, such as are you showing UI in multiple threads or anything of that nature? Could you tell us if resizing the window after the theme ch...

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hello! I put the popup button on a toolwindow and it behaves the same. Event if I try to resize I have the same problem. It is a normal prism mvvm application.. Nothing abnormal. Kind r...

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hi Daniel, You didn't mention a response to the third question asked in the previous reply from us. Could you answer that as well? Thanks!

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hello! It is the same behavior. It's like the problem is with the dark mode only. Like it's overriding some of the styles. If I set the Theme Manager to dark and then try to set it to an Of...

View Article


Re: Ribbon Tabs cover the Quick Access Toolbar

Hi Daniel, That's certainly odd... can you put together a new simple sample project that shows the same thing happening and send that to our support address so we can debug with it? Please keep ...

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hi, I've just sent the zipped test project and attached are also some screen shots to support@. Kind regards, Daniel

View Article


Re: Ribbon Tabs cover the Quick Access Toolbar

Hi Daniel, Thank you for the sample. When testing with it, we found that doing this in the App class instead: public override void Initialize() { ThemeManager.CurrentTheme = ThemeName.MetroDa...

View Article

Re: Ribbon Tabs cover the Quick Access Toolbar

Hi, Thank you for the reply. Setting the current theme in the App class resolved my problems. Who knew that the fix could be so easy. The behavior was strange though. Some themes worked a...

View Article


StackPanel RowAlignment does not honor collapsed child controls.

<ribbon:StackPanel ItemVariantBehavior="MediumThenSmallWhenSmall" RowAlignment="Center"><ribbon:Button Id="EditCut" Visibility="Collapsed" /><ribbon:Button Id="EditCopy"/> ...

View Article

Re: StackPanel RowAlignment does not honor collapsed child controls.

Hi Rex, Per Microsoft's specifications that was part of their licensing for use of ribbon-based UI, they did not allow for individual controls to be dynamically collapsed like that. All controls...

View Article

Ribbon group can be outside of application window if ribbon bar is minimized

To reproduce, open the ribbon sample and minimize the ribbon bar. Now move the application to the right or left side until parts of the window are outside of the display area and open a ribbon gr...

View Article
Browsing all 1458 articles
Browse latest View live