Hi guys,
For my project, where I'm using the Ribbon control, I also need some more regular, local toolbars, to stay in the top of my docking windows. They will be used to control only the feature found in the docking window. I see that I can use the ribbon buttons and so on as standalone controls, but which control should I use to host them? I have looked into both the standard WPF toolbar and a simple panel, but the WPF toolbar doesn't look good here and a panel doesn't look like a toolbar. Can I style the panel to look like a part of the application and a real toolbar, so that the background is painted in much the same way as the main Ribbon control? And what about overflowing controls? Any ideas? :)
For my project, where I'm using the Ribbon control, I also need some more regular, local toolbars, to stay in the top of my docking windows. They will be used to control only the feature found in the docking window. I see that I can use the ribbon buttons and so on as standalone controls, but which control should I use to host them? I have looked into both the standard WPF toolbar and a simple panel, but the WPF toolbar doesn't look good here and a panel doesn't look like a toolbar. Can I style the panel to look like a part of the application and a real toolbar, so that the background is painted in much the same way as the main Ribbon control? And what about overflowing controls? Any ideas? :)