Hi, we are using a slightly older version of ActiPro with the Office 2007 Blue theme on the Ribbon (non scenic). The main window structure is:
RibbonWindow
Ribbon
DockingWindow | Content Area
All is working great, but I would like to add a toolbar to the DockingWindow (i.e. in Visual Studio 2015 Solution Explorer, the 10 buttons at the top of the docking window Back / Forward / Home, etc.)
I am able to throw a horizontal StackPanel into my view with ribbon:Button's on it and that part looks ok, but I'm not really sure what to do about the background where the buttons would go. As I said, this is the Office 2007 Blue theme, so inactive on the title bar is the ribbon gradient and the active is the orange. I came up with a few color ideas and they look ok with the orange, but not so much with the light blue. Is there something built into this older version of ActiPro for that where you've figured out the colors already?
Thanks!