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

Re: Remote desktop crash

Yes I tried with our Ribbon demo on the latest version and didn't see it happen.

View Article


Ribbon Group to stay same size as others fall to smaller

I am using Ribbon and have several Groups in one Tab. As one reduces the width, they fall to the smaller 'Variant' size. I would like all groups to do what they are doing, except one that needs to...

View Article


Re: Ribbon Group to stay same size as others fall to smaller

Hi Hamid,You can set the Group's IsCollapsible property to false to prevent it from collapsing at all.The two buttons after the separator would need to be in a ribbon:StackPanel.  That should keep them...

View Article

Re: Ribbon Group to stay same size as others fall to smaller

Worked great! Thank you, just did not look for the IsCollapsable. Once that was set, the rest was easy. I did use the StackPanel as suggested as it is EXACTLY what I wanted. Thanks again!

View Article

Where is the Ribbon Window (WPF) Template

Hello,in the documentation I read, that after the installation of WPF Suite there should be two templates in Visual Studio: Ribbon Window (WPF) and Ribbon Page (WPF). I don't find these templates. How...

View Article


Re: Where is the Ribbon Window (WPF) Template

Hi Michael,If you go into the Visual Studio "Add New Item" page, and expand the tree to show Visual C# / WPF / Actipro Software, you should see the items there.

View Article

Re: Where is the Ribbon Window (WPF) Template

Thank you. But I'm a VB.NET programmer and I don't see a corresponding Visual Basic / WPF / Actipro Software entry. If I search the template window for "Actipro", no items were found. What can I...

View Article

Re: Where is the Ribbon Window (WPF) Template

Hi Michael,I see the same items when a VB project is open, doing Add New Item, and looking under WPF / Actipro Software.  One note is that I wonder if it's an edition issue.  Are you on a community or...

View Article


Re: Where is the Ribbon Window (WPF) Template

Thank you for your answer.I'm using Visual Studio 2015 Enterprise Edition (German). I've installed Actipro WPF Suite 2016.1 over the previous version (but I don't know, whether the templates could be...

View Article


Re: Where is the Ribbon Window (WPF) Template

Hi Michael,The files get installed by default to this folder (at least on my system):C:\Users\[yourusernamehere]\Documents\Visual Studio 2015\Templates\ItemTemplates\Visual Basic\WPF\Actipro SoftwareDo...

View Article

Re: Where is the Ribbon Window (WPF) Template

Hello,No, I don't see any entries there - I even haven't a folder "WPF" below "..\ItemTemplates\Visual Basic". I also didn't change the default values of the installation.I will uninstall the WPF...

View Article

Re: Where is the Ribbon Window (WPF) Template

Ah - I have installed the Actipro WPF Suite under "Administrator" credentials. I found the Actipro Software Folder below the "C:\Users\Administrator\...\WPF" directory. I've copied them to a folder,...

View Article

Re: Where is the Ribbon Window (WPF) Template

That's odd, they should be under the user name.  Anyhow, I'm glad you were able to find them!

View Article


Adding a control to the left of the Minimize and Help button

Hello, I would like to be able to add a button, a label or actually any ribbon control right to the left of the Minimize and Help button in the top right corner of the ribbon. This control should...

View Article

Re: Adding a control to the left of the Minimize and Help button

Hello,The Minimize and Help buttons are something that is defined by you in your app in the TabPanelItems.  For instance, if you look at the MainControl.xaml of our Ribbon demo, you can search for...

View Article


How to change the text of the ApplicationButton

Hello,how can I change the text content of the Ribbon ApplicationButton from "File" to any other term? All I found in the documentation is to set SRName.UIApplicationButtonLabelText, but I didn't know...

View Article

Re: How to change the text of the ApplicationButton

I found it out - I just have to use the "myRibbon.ApplicationButtonLabel" propertyThanksMichael

View Article


Re: How to change the text of the ApplicationButton

Hi Michael,You got it.  Yes, you can set the Ribbon.ApplicationButtonLabel property directly since that defaults to the value that comes from SRName.UIApplicationButtonLabelText.

View Article

How to use german umlaut in the Ribbon control

Hi,how can I use german umlaut like äöü in the Ribbon control?This XAML line causes an "invalid sign" error:<ribbon:Button Label="Steuersätze"/> Thank youKRMichael

View Article

Re: How to use german umlaut in the Ribbon control

Hi Michael,Have you tried using the XML Unicode character entity for that character?  For instance &#x22; is a quote.  You'd replace the 22 with your hex character code.If that doesn't work, then...

View Article
Browsing all 1458 articles
Browse latest View live