Re: Ribbon group can be outside of application window if ribbon bar is minimized
Hi Tobias, Yes we are aware of that. Unfortunately it's a side effect of using the WPF Popup control to host the minimized ribbon popup. The Popup class always forces itself to be fully visible...
View ArticleArgumentOutOfRangeException in RibbonWindowTitleBarText.DrawText
Hi, One of our customer had this issue: System.ArgumentOutOfRangeException: Der Parameter muss größer oder gleich null sein. Parametername: value bei System.Windows.Media.For...
View ArticleRe: ArgumentOutOfRangeException in RibbonWindowTitleBarText.DrawText
Hello, Thank you for reporting this. I believe we found the line where this happened and added a guard against it for the next maintenance release.
View ArticleRe: ArgumentOutOfRangeException in RibbonWindowTitleBarText.DrawText
That's good news, thank you. I hope we will get this release soon. Best regards,
View ArticleRe: How to set an image on Ribbon bar.
I'm digging out this 6-year old thread to check whether anything has changed.I also need to display a right aligned control in the tab content area (ideally on a particular tab only).Is retemplatin...
View ArticleRe: How to set an image on Ribbon bar.
Hi Ralph, Yes that is correct. What kind of control were you looking to add there?
View ArticleRe: How to set an image on Ribbon bar.
A vertically centred and horizontally right aligned TextBlock.
View ArticleHow to set Border to the SplitButton !
Hello, I am using the SplitButton in my organization and i am trying to set a BorderBrush color(& BorderThickness) to it in the xaml. But somehow it is not reflecting that on the UI. How can ...
View ArticleRe: How to set Border to the SplitButton !
Hi Jon, Sorry it appears we didn't have BorderBrush wired up to control the default border state. We'll fix that for the next build. There is only one ScreenTip for the entire SplitButton. Of...
View ArticleThe default behavior of SplitButton when isChecked = "True"
Hello, I updated my app to the new release, in the old release (v2016) when the splitbutton ischeked = "true" there is no border int the split button contour just highleted to light blue. in...
View ArticleRe: The default behavior of SplitButton when isChecked = "True"
Hi Frank, That may have changed since it was sometimes difficult to distinguish a hovered/focused button from a checked button. For MetroLight theme, you could put this in your App's Resources ...
View ArticleRe: Simplified ribbon
Hi, I was just curious if this is on your work-list for the next release.
View ArticleRe: Simplified ribbon
Hello, Not yet... the 2020.1 version will focus on massive enhancements to our Themes for all our products and native controls. We have a lot of exciting things happening in this area, and will ...
View ArticleRe: Simplified ribbon
I'm curious to see your changes to themes. By "Enhanced bars controls", is it safe to assume you are referring to the simplified ribbon as one among them?
View ArticleRe: Simplified ribbon
Hello, We just posted our first blog post on new Themes work and will continue posting a bunch going forward. Keep watching the blog for details. While we haven't planned out what the bars con...
View ArticleRe: Simplified ribbon
That's excellent. I'm keeping fingers crossed that the next post will display an overlay similar to the account settings button in Visual Studio, but in a way that it can be visible always, without...
View ArticleRe: Simplified ribbon
Hello, Are you referring to the circular user account button in the title bar in Visual Studio, next to the minimize button? If so, we have a sample of that too, which we will show in a future b...
View ArticleRe: Simplified ribbon
Since you are going to make changes to the Ribbon to allow a single row layout, I wonder if it would be worth considering an arbitrary number of rows. Some other Ribbons can do that out of the box...
View ArticleRe: Simplified ribbon
Hi Ralph, The current Ribbon logic is based on a single row of controls but various panels in side that row can support two or three sub-rows based on the layout and space available. I don't thi...
View ArticleKeyboard navigation on SplitButton.
Hello, I am using Actipro SplitButton in my wpf application. How can i focus/open the right hand side (popup menu) of the Split button using only the keyboard? Code:<Actipro:SplitButton F...
View Article