Hi everyone,
our current client sometimes has some pretty weird ideas.
Just to be on the safe side we need to know which parts of the ribbon menu can be adopted/changed to fit a different look and feel.
Did anybody here customize the ribbon control beyond changing the color theme?
We may have to change to shape of ribbontabs etc. as well, how far can we push this?
Thanks in advance for any input :)
The elements are all pure WPF elements and as such the controls can be retemplated as needed. You do have to remain in compliance with the Microsoft Office UI Guidelines which have some constraints/requirements on the look and feel of the elements. We include the default xaml for the elements in the DefaultStyles directory so you could use this as the basis for any custom styles that you provide.
Great thanks a lot