Re: How to use SVG Icons in Ribbon?
Would you have a sample for me, that shows how I can code this in the Actipro Ribbon?
View ArticleRe: How to use SVG Icons in Ribbon?
Hi Peter, You just run the linked (above) SvgToXaml app and pick a .svg file. It converts that to a DrawingImage. DrawingImage is an ImageSource like BitmapImage, so you can use it anywhere an ...
View ArticleSearch box in Ribbon title bar
Microsoft Word and Outlook have a search box in the title bar: [Picture of Word and Outlook Title bar] Is there a better way of replicating this functionality than adding a custom control to th...
View ArticleRe: Search box in Ribbon title bar
Hi Ed, Our WindowChrome allows you to inject custom UI elements into the title bar. You can see several examples of that in our Themes section of the Sample Browser, and it's described here in o...
View ArticleAbout Ribbon localized strings
Hi Guys! I have a question about resources. I found that I can setup ToolTips for ribbon:ToggleMinimizationButton by using: UIScreenTipToggleMinimizationDownHeader;UIScreenTipToggleMinimization...
View ArticleRe: About Ribbon localized strings
Hi Albert, Those particular string resources get pulled in our code on the button's state change. To alter them, you'd have to programmatically set a custom string to each string resource at app...
View ArticleRe: About Ribbon localized strings
Hi, Thank you for so a quick replay. Yes, I know this. The info that I wrote above from your string resource browser. But it does not fit to my case, because I cannot change the language of my ...
View ArticleRe: About Ribbon localized strings
Hi Albert, I can explain a little more. The ToggleMinimizationButton control doesn't have those particular string resources set in XAML. They are set to the ToggleMinimizationButton.ScreenTipHe...
View ArticleHow to change the behavior of the button drop-down box?
How can Popup Button and Split Button make the direction of the arrow of the drop-down box face up, and expand up after clicking?
View ArticleRe: How to change the behavior of the button drop-down box?
I'm referring to the scene from the demo program Ribbon-QuickStarts-Standalone Controls 2nd and 3rd set of buttons.
View ArticleRe: How to change the behavior of the button drop-down box?
Hello, You can change the expansion placement by setting the PopupButton.PopupPlacement property to Top. That being said, the drop-down arrow is set in the template to the standard downward dire...
View ArticleIcon on Ribbon Tab tile
Is it possible to add an Icon in front of the ribbon tab text? How?
View ArticleRe: Icon on Ribbon Tab tile
Hi Peter, I'm sorry but we match the Office appearance and don't have anything that will render an icon in the ribbon tabs. You could retemplate the Tab control to achieve that though if you abs...
View ArticleRe: Icon on Ribbon Tab tile
Could you please guide me where I would find the respective styles and templates? That would be very helpful.
View ArticleRe: Icon on Ribbon Tab tile
Hi Peter, Sure thing... If you go to your organization page on our web site, scroll to the "Purchases and Licenses" section, find the WPF Studio card and click the Actions button in there for the...
View ArticleHide minimize button of ribbon tabs
Hi, is there a way to hide the minimize button in the ribbon (ctrl + F1), without disabling the entire function? Our problem with the current style is that the button becomes invisible when the...
View ArticleRe: Hide minimize button of ribbon tabs
Hi Tobias, I'm sorry but the Visibility of the button is bound to Ribbon.IsMinimizable. There isn't a way to hide it unless you retemplate the Ribbon control. I believe Office used to also hav...
View ArticleRe: Hide minimize button of ribbon tabs
Okay. I will tell our product management. Since Microsoft Office behaves the sames way, I don't think this will be a major issue. I just thought I ask, because maybe I have missed something. Thanks.
View Article