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

Re: How to remove menu items in ribbon's contextmenu?

Hello, please see the "Customizing Context Menus" topic in the documentation that comes with Ribbon. That should help you out.

View Article


Ribbon out of the main window

if you minimum the ribbon, then move application to left (part of it out of the screen), then click one of the ribbon tab. the ribbon button panel will showing, but it will out of the main window.

View Article


Re: Ribbon out of the main window

WPF pushes popups back on screen when they would be offscreen, which is what you see here.  It's not necessarily a bad thing in this case though because then you can still access all the tab content.

View Article

Open Application Menu programmatically

The ribbon's application menu is displayed by clicking the large button in the upper left hand side of the ribbon. Question: how could we open it programmatically? I have tried to set...

View Article

Re: Open Application Menu programmatically

Hello,Setting that property to true is the right thing to do.  It's effectively what clicking the app button does.  If you can't figure it out, then make a new simple sample project (as minimal as...

View Article


Re: Open Application Menu programmatically

problem solved, thanks.

View Article

How to set an image on Ribbon bar.

Hi i have a logo for my app. I would like that logo/Image to display on rightside of Ribbon Tab.(ie: when clicked on tabs that image should be on to the right).Tried different ways ...No use. Any...

View Article

How to switch the Tabs when clicked on ribbon:Button present in one Tab.

Hi,    When clicked on ribbon:Button present under ribbobn:Group which is under one ribbon:Tab, the Tab has to switch to another Tab, How to acheive this functionality ?

View Article


How to switch other tabs when click the back button in backstage page?

Hi,    Ribbon's backstage page has a button (circle with arrow) at top left, when I click it, it switch to the MainView tab, Now I want to switch to another tab that I have created. But I could not get...

View Article


Re: How to set an image on Ribbon bar.

Hello,Do you mean that you want to add something in the Ribbon.TabPanelItems collection, like we have our Help button on the right side of the tab area in the demo?Sorry but Ribbon is designed to...

View Article

Re: How to set an image on Ribbon bar.

Hi,      When tabs are selected we can see the buttons in the ribbon group below, My application logo needs to be placed on to the right corner of that Bar where we can loads our Groups and Buttons. So...

View Article

Re: How to switch the Tabs when clicked on ribbon:Button present in one Tab.

Hello,In your button's command/click handler, you can set Ribbon.SelectedTab to another ribbon:Tab instance from your Ribbon.Tabs collection.

View Article

Re: How to switch other tabs when click the back button in backstage page?

Hello,The Ribbon.IsApplicationMenuOpenChanged event will fire when the Backstage opens or closes.  You can look at Ribbon.IsApplicationMenuOpen to see if it's open or closed at the time of the event....

View Article


Re: How to set an image on Ribbon bar.

Oh sorry but putting content on the right side of the tab's content area isn't available since the entire tab area is used for ribbon:Group display and handling their variants.  You might be able to do...

View Article

SplitButton does not reduce ImageSourceLarge Opacity on IsEnabled=false

The subject says it all.  The label color changes, but the image stays at full opacity.  This is probably just a bug in the default SplitButton Style.  I can repro this in the Ribbon sample.

View Article


Re: How to switch the Tabs when clicked on ribbon:Button present in one Tab.

Thanks it worked...

View Article

Re: How to switch other tabs when click the back button in backstage page?

Thanks for your reply. But there is some difference with my situation: Now I have created a start view(one xaml file).When application begin to run , the start view shows , I click start view's buttonA...

View Article


Re: How to remove menu items in ribbon's contextmenu?

Thanks ,it works

View Article

Different icons for window titlebar and taskbar

WPF-Window allows to display different icons (out of one iconfile) as theWindow-icon and the taskbar-icon.http://msdn.microsoft.com/en-us/library/system.windows.window.icon.aspx The RibbonWindow only...

View Article

Re: SplitButton does not reduce ImageSourceLarge Opacity on IsEnabled=false

Hi Scott,Thanks for letting us know.  We'll fix it for the next maintenance release.

View Article
Browsing all 1458 articles
Browse latest View live