Visual improvements for RibbonQuickAccessToolBar

Here are couple of scenarios that can be improved.

  • The contents of the QuickAccessToolBar show far too low within the title area of the window.
  • It is preferable that the left and right separators for a RibbonQuickAccessToolBar not show if this ToolBar is empty.

Find attached a workaround app for the two cases outlined above.

  • The first scenario is mitigated by introducing some negative margin to position the contents of the QuickAccessToolBar higher within the title bar.
  • The second scenario is mitigated by toggling the visiblity of the separators based upon the RibbonQuickAccessToolBar.HasItems property.

WpfRibbonApplication5.zip