Hi all
I've got a clean Ribbon Toolbar without any Ribbontabs on it as my parent toolbar. The different tabs will be merged to the parent control from the usercontrols. In my case the toolbar always show first in minimized mode and after merging the child tabs on it, it shows normal. Is it possible to set the toolbar to be always in full height (when its empty)?
Regards Roland
Are any RibbonTabs visible before merging in any child managers? If so, you just have to set the Ribbon.IsMinimized property to False. Otherwise, I'm not sure its possible. I think you need one RibbonTab to show the full height, even if it's empty.