The Windows Ribbon for WinForms is a managed wrapper around Windows Ribbon Framework, a free ribbon control that Microsoft provides in Windows 7 and Vista. More details on this project can be found in the project site: windowsribbon.codeplex.com . Anyway, I’ve just released a new update to the project. This release includes bug fixes related to all the gallery controls: DropDownGallery, SplitButtonGallery, InRibbonGallery and ComboBox. So, if you had any issues with these controls, make sure you...
Windows Ribbon for WinForms library now supports working with the ribbon quick access toolbar. The result of this post is a yet another sample, “17-QuickAccessToolbar”, found on the project site. What is Quick Access Toolbar (QAT)? Quick access toolbar resides on the left of the window title. The user can save there common ribbon commands he wants to easily access. A user can add a ribbon button (or toggle button or checkbox) to the QAT by right clicking it and select “Add to Quick Access Toolbar...