Browse By Tags

  • Hide application menu and quick access toolbar

    Hello,

    Is there anyway I can hide the application menu and the quick access toolbar like the following diagram?

    This Ribbon Window is implemented using the Ribbon Control Library (downloaded from Office UI Licensing) that is CTP by the WPF Toolkit. However…

  • Application crash when adding MenuTool to the QAT

    Hi

    Here is the case. When I try to add to QAT item that is of MenuTool type, application crash (exception is caused by trying to set in cloned control ItemsSource property to the ItemsSource collection of the original MenuTool, but cloned MenuTool already…