Skip to content
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

Background of RibbonGroupBox can't be set/changed #192

Closed
efitAP opened this issue Oct 29, 2015 · 3 comments
Closed

Background of RibbonGroupBox can't be set/changed #192

efitAP opened this issue Oct 29, 2015 · 3 comments
Assignees
Milestone

Comments

@efitAP
Copy link

efitAP commented Oct 29, 2015

Hello everyone,
First of all i want to mention that this ribbon is really awesome. I enjoy making applications with it, but today I got problem with it. I'm using v3.6 but the problem I have is, that the background of a RibbonButton or a RibbonGroupBox can't be changed.
Neither settings per code nor settings in the designer allow mi co change the background color of my ribbon items.
Is there a trick to do that or isn't it fully implemented?

Thanks for your help!

@batzen
Copy link
Member

batzen commented Oct 29, 2015

You could try to change the RibbonBackgoundBrush to affect the background color/brush.
I haven't tried it.

RibbonGroupBox and Button, and probably most other controls, don't take the set Background into account in their corresponding templates.
So I would say it's not fully implemented and there is currently no way, other than implementing your own templates, to override the background for a single group or button.

@batzen
Copy link
Member

batzen commented Nov 18, 2015

Will try to change the styles to make it possible to overwrite those colors.

@batzen batzen self-assigned this Nov 18, 2015
@batzen batzen added this to the 3.6.1 milestone Nov 18, 2015
@efitAP
Copy link
Author

efitAP commented Nov 21, 2015

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants