Somewhere along the way between 2013.1 and 2015.1 default justification for XamRibbonWindow Title became Center. Is there an easy way to change that back so that the title text following window icon is left-justified(HorizontalAlignment=Left)? Thanks.
Gerdana - I don't think that is the answer regardless of whether or not the OS controls this. Keep in mind that I migrated from version 2013 volume 1 to 2015 volume 1 and the behavior changed - I got a centered Title instead of Left-justified. I am just trying to change it back without having to downgrade back to 2013...
I suggest you reach out to the development team to see if there is a way to override this new behavior of the title. Thanks.
Hello Andre,
I have been looking into your latest post.
Currently the chrome part of the Window(in this case the XamRibbonWindow), where the Title is, is controlled by the operating system. More about this you can find on the following link: http://forum.palemoon.org/viewtopic.php?f=29&t=3795 , http://stackoverflow.com/questions/11824181/how-to-left-align-window-title-in-windows-8-2012 .
Please do not hesitate to let me know if you have any further questions on this matter.
Actually you're correct - no matter whether I bind it or set the Title to some string the title appears centered. I use Xam Ribbon 15.1, 15.1.20151.2055 to be more specific. Run run of the mill Windows 7 Enterprise SP1. Screenshot is attached. I need to make the title show to the left of the title bar.
Thank you for the modified sample application.
I have been looking into it and using both string and binding for the Title of the XamRibbonWindow, the Text appears in the center as in the screenshots I have attached I one of my previous posts.
In order for me to be able to further investigate this matter for you would you please provide me with more detailed information regarding the environment in which you are developing your application (Operating system, Service Release, Integrated development environment and the specific version of our product that you are using and any other information that might help reproducing your issue)?
Also would it be possible to provide me with screenshot with the appearance of the XamRibbonWindow on your side?
Looking forward to hearing from you.
Gerdana, in fact I see that if you set the Title = "string" the title shows left justified. However, when bound to a VM value its centered. I modified your sample to demo it