Hi,
I was trying out the scenic ribbon in the new 2010 release. In design mode, it looks great. Runtime, it seemed some colors / gradients were missing. I'm applying a style ISL via the StyleManager.Load method. When I disable that line, the ribbon look great again (runtime), but offcourse the rest of the app doesn't any more.
So how can I combine the two? Is it perhaps possible to exclude the ribbon from styling through the ISL file?
You can set UseAppStyling on the UltraToolbarsManager to False. This will prevent the Ribbon from resolving its appearances from the ISL file.
No one?