-
-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing Ribbon Tab Control Background color and possibly adding Graphic Styling. #431
Comments
There is no easy way to do this currently. |
Also deleting various images and screenshots
Could you have a look if the things i have done fit your needs? |
Also deleting various images and screenshots
Yeah worked for me too but try it with a dark color and see how the Tab Text looks. Without being able to set the non-selected tab foreground colors they stay too dark to read. |
Hi there, I've tested this feature too. Office 2016 has the same MouseOver effect as the "File" tab for every RibbonTab. |
Will have a look at that. |
That one's a bit more difficult. |
Yeah. Thats what I've figured when I had a look at the source code... |
I think the whole point of this was him trying to get away from style sheets, otherwise he could create a color theme to represent the colors Microsoft uses, Red, blue, green, purple, Orange etc. |
@Menic0 I don't know what you mean by that. I guess microsoft has a more tailored engine to express such situations. I guess you should create a new issue for the dark/light MouseOver issue as it's not really in the scope of this particular issue. That way i can close this issue and think about the new issue. What do you think? @Alisaunder I am not trying to get away from styles in general, i just removed the different themes because it was a maintenance nightmare. If the style were still there i would never have added the color schemes. ;-) |
@batzen I thought of a optional stylesheet one can use if he wants that effect like in Office 2016. |
@Menic0 Could you open a new issue for your suggestion? |
@Menic0 FYI i am currently working on the dark theme and it now nearly matches the one in office 2016. Will push my changes during the next week. |
Nice. When do you think about making a release? |
Maybe you can use this as temporary solve
|
@Menic0 Forgot to answer. Version 6 was released on sunday. |
Easy way: Use the recently added Theme Colorful.Blue. Don't know if i already released that to nuget. If i didn't i will do so during the weekend. |
That would be great, thanks! Another quick question: I'm combining Fluent.Ribbon with MahApps.Metro as per the instructions here. And I seem to have lost the title on the caption, it's just blank (only the icon shows). Any ideas? |
Are there any binding errors being reported during debugging? |
Yes, I get the following binding error:
This led me to find the cause of the problem: I had forgot to give my main window an x:Name attribute, hence the Title binding could not be resolved:
So when I named my main window x:Name="TheMainWindow", the title appears. Thank you so much for leading me to the solution! |
Thank you for pointing this issue out. Will have a look if i can get rid of that manual binding and make it work out of the box. |
I use 6.1.0.326, still not work. <fluent:Ribbon Grid.Row="0" Background="Blue"> |
@yanbingms Have you tried to use the current preview/pre-release of version 7.0? |
@batzen Thank you for your instruction. |
@yanbingms you have to, at least, do something like:
To change the background of the ribbon. The reason why it doesn't work when you just set the background are fine grained styling needs. |
@batzen It worked! Thank you very much. |
Hi, |
I'm looking for a way to change the color of the ribbon part behind the tabs like in Office 365. The method you mention here changes the entire ribbon selected tab. It would also be nice if there were a way to add a graphic like they do in Office 365.
Environment
The text was updated successfully, but these errors were encountered: