Solved! Go to Solution.
Using TabbedRibbon template can someone tell me how I would Tab/Pin the Toolbar on Start up?
if (RibbonExpand != null) { RibbonExpand.Completed += RibbonExpand_Completed; if (isPinned) RibbonExpand.Begin(); }Using TabbedRibbon template can someone tell me how I would Tab/Pin the Toolbar on Start up?
if (RibbonExpand != null) { RibbonExpand.Completed += RibbonExpand_Completed; if (isPinned) RibbonExpand.Begin(); }