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

keep the popup open on RibbomGallery after making a selection

Is there a way to keep the popup open when the selected item changes?I have a StackPanel of CheckBoxes in the ItemTemplate and I would like to let the user select more than one. However on selection...

View Article


Re: keep the popup open on RibbomGallery after making a selection

Hi Kyle,If you are using ribbon:CheckBox, you could see if setting StaysOpenOnClick=true helps.If not, please make a new simple sample project that shows the issue, and email that to our support...

View Article


Re: keep the popup open on RibbomGallery after making a selection

Thanks I see, I was using the native CheckBox so I had control of the style. Is there a way that I can change the Label to be something other then a string?

View Article

Re: keep the popup open on RibbomGallery after making a selection

Sorry but the ribbon:CheckBox is made to follow the requirements of ribbon so the label is text-only there.  You'd have to retemplate it to add other kinds of content.

View Article

Ribbon group separator to match 2013 office

Is there a way to style the group separtors without retemplating the entire group? I dont see a way to target this styling since there is no explicit assetkey, and its just a rectangle. I am using...

View Article


Re: Ribbon group separator to match 2013 office

Hi Andrew,Other than customizing the RibbonGroupSeparatorBackgroundNormalBrushKey resource, there's nothing you can change for the separator other than by modifing the default Group template.  We will...

View Article

Re: Ribbon group separator to match 2013 office

Is there a planned release date for the next build?

View Article

Re: Ribbon group separator to match 2013 office

We don't have a planned release date yet but it should be sometime in the next several weeks.

View Article


Re: Ribbon group separator to match 2013 office

Office 2013/2016 themes? Accent Colors instead of overlay colors?Now that would be nice and high time too! Surprise me.

View Article


PopupGallery width incorrect on first open

I am binding the ItemsSource of the Ribbon PopupGallery to an ObservableCollectoin in my ViewModel that is populated with items from an async Task. This is the XAML I have so far.<ribbon:PopupButton...

View Article

Re: PopupGallery width incorrect on first open

Hi Eric,That's right, it will try and measure the first item and use that as the size for the remaining.  By setting the Width as you did, that will work great.  The gallery item chrome will measure...

View Article

PopupButton in Quick Access ToolBar: Setting VariantSize with Style does not...

Hi,I have a PopupButton in my ribbon's quick access toolbar and wan't to set the VariantSize of the button via a xaml style. It does not work. Setting the VariantSize property directly works...

View Article

Re: PopupButton in Quick Access ToolBar: Setting VariantSize with Style does...

Hi Tom,The variant size gets updated by us as the control moves around so setting via a Style won't work.  I'm not sure I'd recommend altering it manually here, especially since in upcoming Metro theme...

View Article


Re: PopupButton in Quick Access ToolBar: Setting VariantSize with Style does...

Actually I want the button to display the label. Is setting the variant size to medium the "correct" approach to achieve this inside the quick access toolbar?

View Article

Re: PopupButton in Quick Access ToolBar: Setting VariantSize with Style does...

Yes, or you could remove the image.  The small variant size should switch to showing the label only if there is no image.

View Article


Re: PopupButton in Quick Access ToolBar: Setting VariantSize with Style does...

Thanks for your help!

View Article

Disable Popup Scrolling

I placed a listbox inside a PopupButton popup. If the listbox is too high the popup will display scrolling icons above and below the listbox but I want to scroll the listbox via its vertical scrollbar....

View Article


WPF button click inside popup closes popup

Clicking onto a regular WPF button inside a PopupButton popup closes the popup. How do I prevent that?

View Article

Re: Disable Popup Scrolling

Hi Thomas,Perhaps try setting a MaxHeight on your ListBox.  That way when it's passed infinite measurement, it won't go over whatever height you set if it could be very large.

View Article

Re: WPF button click inside popup closes popup

Hi Thomas,You could try handling its Click event before it bubbles up.  Or you could switch to a ribbon:Button instead and set StaysOpenOnClick=true.

View Article
Browsing all 1458 articles
Browse latest View live