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

Re: SplitButton drop-down arrow is not centered!

Hello, Per your last reply, you appear to be using a custom assembly that could have changes from our original source. For instance, they likely customized our templates beyond our defaults, bec...

View Article


Re: SplitButton drop-down arrow is not centered!

Thanks for the reply.

View Article


Background of Ribbon

Hello there, is it possible to set the background of the ribbon in code or in xaml without changing the themes?Thanks in Advance. Best regards, Patrick

View Article

Re: Background of Ribbon

Hi Patrick, In the legacy Ribbon product's ribbon, the Ribbon.Background property controls the area behind the tab headers. The resource brush that controls the backgorund in the tab area doesn'...

View Article

Re: Background of Ribbon

Hi there, is there a simple way to get the following to update the ribbon background on a theme change? I tried to invalidate the ribbon but this didn´t help.<SolidColorBrush ...

View Article


Re: Background of Ribbon

Hi Patrick, Keep in mind that if you freeze a brush, it won't update beyond the first time its Color is set. That could be the problem here. If it still doesn't update after unfreezing, you mi...

View Article

Re: Background of Ribbon

Hi there, i tried unfreezing it but this didn´t help. I also tried to remove the brush from the resources using the following code but this didn´t help either.Is there something I&acu...

View Article

Re: Background of Ribbon

Hi Patrick, I did this test in our sample app and it worked fine to show the ribbon background in yellow right after the code executed: Application.Current.Resources.Remove(AssetResourceKeys.Leg...

View Article


Re: Background of Ribbon

Thanks a lot. This worked.

View Article


Animate ribbon button ImageSourceLarge opacity

Hi! I want to animate the opacity for the ImageSourceLarge only, not for the entire button. If I do it for the entire button I lose the borders and other colors while the opacity is small. I want...

View Article

Re: Animate ribbon button ImageSourceLarge opacity

Hi Daniel, There isn't a built-in way to only affect the image's opacity from our control API. Can you tell us more about the usage scenario? If you simply wanted to change the opacity of the ...

View Article

Crash due to infinity loop in animation

Hi, we received a crash report from an older version, we cannot really figure out. The user gets the following exception: Unhandled Exception:System.InvalidOperationException: An infinite loop a...

View Article

Re: Crash due to infinity loop in animation

Hi Tobias, We haven't ever had any reports of that exception. Also I don't see any Actipro code in the stack trace there, but I suppose what you are describing could be triggered externally by a...

View Article


Re: HintText on a non-editable ComboBox

Is this feature supported in the latest version? It is still not available in 24.1.1.

View Article

Re: HintText on a non-editable ComboBox

Hi David, This sample code works to show hint text in a non-editable ComboBox:<ComboBox shared:HintProperties.Hint="Hint text"><ComboBoxItem Content="ComboBox item 1" /><Co...

View Article


Re: HintText on a non-editable ComboBox

Why can't "ribbon:ComboBox" use shared:HintProperties.Hint? We need to use a series of products from actipro. This is based on the consideration of code style and wpf style unification.

View Article

Re: HintText on a non-editable ComboBox

Hello, These samples show hint text in both usages of ribbon:ComboBox:<ribbon:ComboBox Hint="Non-editable combo" IsEditable="False"></ribbon:ComboBox><ribbon:ComboBox Hint=...

View Article


Re: HintText on a non-editable ComboBox

My bad, I'm verifying from the minimal demo that works, but not from our project, maybe I should check if it's affecting it elsewhere. Thank you for your patient answers.

View Article
Browsing all 1458 articles
Browse latest View live