Browse by Tags

Storing and retrieving WPF RibbonWindow settings (including the usercustomizable QuickAccessToolbar)
Tue, May 17 2011 6:42 PM
When you’re creating a desktop application you'd probably want to store some user settings. Especially when using the Ribbon inside your application, there are several things (like RibbonIsMinimized and ShowQuickAccessToolBarOnTop ) that users can set and want to keep even if the application en closed and restarted. There are several ways to store these user... Read More...