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

Re: QAT pre-loading the QuickAccessToolBarCommonItems

That's okay, I was probably just doing something wrong.  Thanks for the reply.

View Article


Re: Backstage Scrollbars Do Not Show Up When DPI not 100%

We are using the latest build.  I was not able to reproduce it in your demo.  However, we are using the ThemeName.OfficeSilver theme.  I'm not sure if this has an effect on the layout, but we are still...

View Article


Re: Backstage Scrollbars Do Not Show Up When DPI not 100%

Hi Joe,Can you email us a new simple sample project that shows the issue ASAP?  We are hoping to do a maintenance release very shortly, so it would be nice to debug this beforehand.  Please send it to...

View Article

Re: BackStage closing

Thanks for you answer.

View Article

Re: Changing the title of Ribbon Window is taking much time

Hi Actipro,I’m facing exactly the same issue as mentioned in the first comments.Both the logger statements and Visual Studio profiler are showing me the particular line of code (this.ApplicationName =...

View Article


Re: Changing the title of Ribbon Window is taking much time

Hi Piyush,I don't believe we ever received a sample related to this.  If you can make one, please do and send it to our support address.  Reference this post and rename the .zip file extension so it...

View Article

Increase RibbonBar items fontsize

Hi I have a CustomTheme which actually overrides Officeblue xaml file from ActiPro. I got complaints regarding the fontsize of RibbonBar items labels. I have implemented...

View Article

Re: Increase RibbonBar items fontsize

Hello,You can just set the Ribbon.FontSize property and that should flow down into child controls.

View Article


Entries in the Recent Document Menu can be added to the QAT

This is easily reproducible in the 'Recent Documents' ribbon sample. Right-clicking on a recent document gives the 'Add to QAT' menu item, which works. The entry is added complete with Pin icon. You...

View Article


Re: Entries in the Recent Document Menu can be added to the QAT

Hi Phil,Thanks for reporting this.  We'll fix it for the next version.  The items need a CloneService.CanCloneToQuickAccessToolBar property setting of false.

View Article

Re: ComboBox losing focus in ribbon when the application is active

The new property in version 13.0.0592 works for this requirement:Ribbon.IsKeyboardFocusBlurredOnWindowDeactivation=FalseAgain thank you for your help.Roger

View Article

Indeterminate checkbox

Hi,I'm trying to use a checbox in the context of MenuItem, but the indeterminate state is not rendered. Is there a particular reason for this? It feels rather strange as a user to see it like that.For...

View Article

Re: Indeterminate checkbox

Hi,I don't believe tri-state menu items are typically done.  For instance, the WPF MenuItem doesn't support it.  The reason is that when a menu item is clicked, it closes the menu.  So users expect...

View Article


Re: Indeterminate checkbox

Hi,Thank you for the explaination. It makes sense as you say. I considered using tri-state in contextmenu because of the StaysOpenOnClick option. The scenario I intended it for is a limited shortcut to...

View Article

Re: Indeterminate checkbox

Hi,ribbon:CheckBox already has an IsThreeState property that you can set to true here.  The problem is that when it's a menu item, it uses a standard menu item template that doesn't currently have a...

View Article


Re: Indeterminate checkbox

A new template for IsChecked == null would be great, but I was thinking more along the path of "allow the checkbox to display null, but don't allow the user to toggle into that mode". i.e user can only...

View Article

Re: Indeterminate checkbox

Hi,I think you can get into that mode now.  If you have IsChecked=null but then set IsThreeState=false, I believe it won't let the user change to null.  With our updates for the next version it will...

View Article


Determine if a ribbon tab is selected

Hi,I need to know if a tab is opened. So I tried using the following code with different variations of the binding mode. <ribbon:Ribbon><ribbon:Tab...

View Article

Re: Determine if a ribbon tab is selected

Hi Mark,I would recommend that you bind ot the Ribbon.SelectedTab property instead.  That will always tell you which tab is currently selected.

View Article

Image may be NSFW.
Clik here to view.

Changing Screen Resolution & screen Rotation

Hello,We are doing system testing of our application before we ship. We have noticed on some computers there is a bit of a problem with going from a smaller resolution to a larger resolution. Here is...

View Article
Browsing all 1458 articles
Browse latest View live