Skip Navigation LinksBCGSoft > Release Notes > BCGControlBar for .NET Versions (archive)

Release Notes Archive: BCGControlBar for .NET

Version 6.0 Released 11/09/2016

New features:

  1. Visual Studio 2013/2015 and .NET framework 4.6 support is available now. All product examples were thoroughly tested under the new development platform.
  2. The product is fully compatible with a final version of Windows 10. All product functionalities were thoroughly tested under latest release.
  3. Improved high DPI support.
  4. Visual Studio 2013/2015-style Visual Themes are available now. A new class VisualManagerVS2013 implements the following visual styles:
  5. Office 2013-style Visual Themes are available now. A new class VisualManager2013 implements the following visual styles:
  6. Office 2016-style Visual Themes are available now. A new class VisualManager2016 implements the following visual styles:
    • Colorful theme (see screenshot). The application frame and Ribbon bar top area are rendered using the accent color.
    • Dark Gray theme (see screenshot). The most application colors are dark gray and accent color is being used very rarely.
    • White theme. This theme is very similar to Office 2013 white theme. In the Colorful and Dark Gray themes, icons of controls located on the Ribbon QAT or Ribbon tabs area are automatically converted to the simplified (white) icons. Please take a look at MSOfficeDemo, ExcelStyleGUIDemo and VSStyle_GUI examples to see this new visual theme.
  7. Icons within samples and within the library were updated in order to match the modern look.
  8. All samples and source projects provide solutions for Microsoft Visual Studio 2015.
  9. Improved tooltip visualization support. Implemented ability to use current visual style tooltips. New static methods ToolTipEx::ApplyCurrentVisualStyleToolTipParams and ToolTipEx::GetCurrentVisualStyleToolTipParams were added. In addition, VisualManager class has a new method 'GetToolTipColors'.
  10. DockingPanes: improved splitter control painting on dragging. Added new class TrackControl.
  11. Improved Ribbon BackstageView control customization: you can set custom text and background color for most elements now. New methods were added to VisualManager class:
    • GetBackstageHeadlineTextColor
    • GetBackstageButtonTextColor
    • GetBackstageButtonDescriptionColor
    • GetBackstagePageButtonTextColor
    • GetBackstagePinButtonTextColor
    • GetBackstageDescriptionColor
    • GetBackstagePinHighlightedButtonTextColor
    • GetBackstagePinHighlightedButtonDescriptionColor
  12. GridControl: added ability to specify a single row selection. A new property was added GridControl:: SingleRowSelection.
  13. DockingPanes: added ability to customize caption height. A new property was added DockingPane::CaptionHeight
  14. TabStrip control: added ability to show/hide left and/or right images. New properties were added: ShowLeftImages, ShowRightImages.
  15. The product documentation is fully revised now: all help files are located at our new Help site: https://help.bcgsoft.com/ . You are still able to download .CHM files to read the documentation offline.

Fixes:

  1. Ribbon Bar in Office 2010 theme: fixed bug with switching tabs in Backstage view mode.
  2. Ribbon Bar: fixed bug with dragging main window by ribbon tabs area.
  3. Examples: improved look and behavior in different DPIs.
  4. ToolbarComboBoxButton: a default width of dropdown list is correctly calculated now.
  5. SmartComboBoxButton: fixed bug with painting disabled combo box button.
  6. Improved method GlobalVisualSettings::Scale to scale objects properly in different DPIs.
  7. Improved method GlobalUtils::GetBorderSize to get border size of the form. A new method was added GlobalUtils::GetSystemBorders.
  8. TrackBarEx: fixed bug with transparent painting. A new property was added UseParentBackColor.
  9. Ribbon edit control: fixed bug with moving cursor left or right.
  10. Improved GalleryControl painting. A new method was added VisualManager::GetGalleryCommandObjectTextColor.
  11. DockingPanes: fixed bug with painting color of target docking rectangle. A new method was added VisualManager::GetPlaceMarkerFormColor.
  12. DockingPanes: method VisualManager::OnDrawControlBarCaptionText is using now to draw caption text.

Version 5.1 Released 11/26/2012

New features:

  1. Added support for Visual Studio 2012 and .NET framework 4.5. All product examples were thoroughly tested under the new development platform. The product Help file is compatible with Visual Studio 2012 Help System (MS Help Viewer 2.0) now.
  2. The product is fully tested under Windows 8 release.
  3. Implemented Gauge controls (see screenshot). You can use these control for development of the high-quality, fast and nice-looking digital dashboards. The following gauge types are implemented for now:
    • Circular Gauges.
    • Linear Gauges
    Please take a look at the new example GaugesDemo to see the gauges in action.
  4. Class SortableItem is public now.
  5. GridDataItem has a new property Tag. You can use this property to save an user-defined data.
  6. PropertyList control has a new property DescriptionWrap . Set this property to true if you need to wrap a text in the property list description area.
  7. The following new properties were added to GridControl:
    • VertScrollBar
    • HorzScrollBar
    • FirstVisibleScrolledRowIndex
    • RowsOnPage
    • VisibleRowsOnPage
    • TotalVisibleRows
    • TotalRowHeight
    • RowPageCount
    • VisibleColumns
    • FirstVisibleScrolledColumnIndex
    • ColumnsOnPage
    • VisibleColumnsOnPage
    • TotalVisibleColumns
    • TotalColumWidth
    • ColumnPageCount
  8. Some Grid cell rendering are virtual now:
    • DrawMarginCell
    • FillMarginCellInterior
    • DrawMarginCellBorder
    • DrawMarginCellText
  9. All samples and source projects have solutions for Microsoft Visual Studio 2012.

Fixes:

  1. Fixed some problems with GridControl tooltips.
  2. Fixed some problems with scrolling in the GridControl.
  3. Fixed problem with resizing columns in the GridControl.
  4. Fixed problem with hiding controls in backstage view mode.
  5. Fixed problem with closing dialogs if backstage view control exist.
  6. Fixed problem with EndEditByTab method in ToolbarFocusableButton class.
  7. Fixed problem with showing/hiding the DockingPanes.
  8. Fixed problem with tab selection in BasicMDITabs mode if MDI child was activated from Windows menu.
  9. Fixed problem with painting PropertyList description in Wrap mode.
  10. Fixed problems with painting caption buttons on RibbonControl in office 2010 style.
  11. Fixed problem with providing temporary VisualManager for office 2010 style.

Version 5.0 Released 08/11/2011

New features:

  1. Support for Visual Studio 2010 with SP1.
  2. Implemented new visual style: Microsoft Office 2010 style (see screenshot).
  3. Implemented BackstageView control and supported controls (see screenshot1 and screenshot2). You can use this control in various applications in conjunction with the RibbonControl and Microsoft Office 2010 style. Full designer support has been added as well.
  4. Added "Basic MDI Tabs" feature. You can use this feature if you want to provide MDI Tabs control along with the ability to arrange MDI child windows within the client area.
  5. MdiTabsOptions component has a new property TabsMode . You can use this property to enable either standard "MDI Tabs" or "Basic MDI Tabs" without any additional code.
  6. CommandBarManager has a new property CanShowNewToolbars . You can set this property to true if you want to display newly created toolbars regardless of loaded state from xml file.
  7. All samples and source projects provide solutions for Microsoft Visual Studio 2010.
  8. The following new examples have been added:
    1. BackStageViewExample - illustrates BackStage View.
    2. BasicMDITabsDemo - illustrates the new MDITabs feature.
  9. MSOffice2007Sample example has been modified to illustrate Microsoft Office 2010 styles.

Fixes:

  1. Fixed some problems with mouse wheel handling in RibbonControl on 64-bit systems.
  2. A few hardcoded strings are localizable now.
  3. Fixed some misprints within localizable strings.
  4. Fixed a design-time problem with RibbonControl - now it shows correct style on opening designer.
  5. Fixed a problem with tooltips location and minimized RibbonControl location on mutli-monitor systems.
  6. Fixed some serialization problems - a maximized window is restored properly now.
  7. Fixed problems with painting text on "glass".
  8. ToolbarGalleryButton and ToolbarLinkLabel classes have been marked a serializable.
  9. Fixed design-time issues with "RibbonCommands" editor. Now it displays only design-time components.

Version 4.2 Released 06/10/2010

New features:

  1. Implemented MiniToolbar ("floaty") (see screenshot). You can use this control in various applications in conjunction with the RibbonControl. Full designer support has been added as well.
  2. Two new visual styles have been added: Visual Studio 2008 and Carbon (see screenshot1 and screenshot2).
  3. Implemented "tab close button" feature. When this feature is enabled a close button appears on each tab of TabStrip control.
    • TabStrip control has new property EnableTabCloseButton .
    • MdiTabsOptions component has new property EnableTabCloseButton.
    • MdiContainer control has two new events MdiTabClosing and MdiTabClosed . Subscribe to these events to customize process of MDI tab closing.
  4. Implemented "new tab" feature. When this feature is enabled an additional dummy tab is displayed at the end of tab array. You can click this tab to display a new tab with some custom context.
    • TabStrip control has new property EnableNewTab .
    • MdiTabsOptions component has new property EnableNewTab.
  5. MainRibbonButton has new property CustomRightPanel. You can assign a Panel control to this property to display a custom embedded panel instead of the standard RecentDocuments area.
  6. RibbonControl has new property CanCustomizeShortcuts . You can set this property to "false" if you want to hide the "Keyboard shortcut" label and the "Customize" button on the RibbonCustomizeForm .
  7. Activation of a tab on right mouse click is optional now.
    • TabStrip control has new property ActivateTabOnRightClick .
    • MdiTabsOptions component has new property ActivateTabOnRightClick.

Fixes:

  1. Fixed problem with disabled images for menu buttons in MainRibbonPanel .
  2. Fixed some painting problems in MainRibbonPanel without "Recent Documents" area.
  3. Fixed problem with the drawing of the form caption under Windows XP in Ribbon-based applications.
  4. Fixed problem with updating of AutoHideButton.
  5. Fixed problem with drawing of Customize caption button in Toolbar control after changing VisualManager.
  6. Fixed problem with clicks on RecentDocument items in MainRibbonPanel .
  7. RecentDocument items no longer added to QAT.
  8. Fixed problem with context menus, which were not closed in Ribbon-based application when a Dialog window was invoked.
  9. Fixed problem with wrong toolbar location in float mode when clicking on any Focusable Control (ToolabrComboboxButton, ToolbarEditboxButton etc).
  10. PropertyListControl redraws properly when resizing description area.
  11. Fixed problem with disabled item painting in the MenuStripRendererEx class.
  12. Fixed some design-time problems with adding and removing "Options" buttons to MainRibbonPanel.
  13. Fixed a design-time problem with Context Menu - now it is closed when selection has changed.
  14. Fixed a design-time problem with selection of non-designable controls in Properties window.
  15. Fixed a problem with painting of GroupBox area in GridControl.
  16. Design-time: Some images for standard toolbar buttons have been updated.
  17. Design-time: fixed crash on removing Ribbon control with Delete key.
  18. Popup menus are not closed now on mouse wheel.
  19. Outlook correctly works when items are added and removed with "Show Fewer/Show More Buttons".
  20. Now an application can be closed on double click on the main ribbon button.
  21. DefaultRowHeight in Grid control was zero if application didn't use other library components. As a result Grid control didn't display any data at design and run times.

Version 4.1 Released 10/01/2009

New features:

  1. Implemented High DPI support (see screenshot ).
  2. All toolbar buttons now have High DPI image properties, which allow to specify special high resolution images for High DPI mode. You can also explicitly specify when these images should be used (see HdpiImageMode property).
  3. CommandBarManager has new property DisplayHDPIImages . You can set this property to true at runtime in order to allow all buttons display their High DPI images.
  4. CommandBarManager provides two new methods: LoadStateFroFile/SaveStateToFile , which allow to load/save state from/to any file.
  5. Grid control raises new event CalcExpandBoxRect, which allows to specify custom expand box rectangle (for group mode).
  6. DockingPane has a new property DisplayCaption. You can set this property to false in order to hide a docking caption dynamically without changing its height.
  7. Popup menu shadows implemented using layered windows.
  8. All samples and source projects provide solutions for Visual Studio 2008.

Fixes:

  1. Fixed problem with disabled PropertyListColorItem.
  2. Fixed problems with licenses on 64-bit systems.
  3. Resolved a problem related to double click on RibbonContextGroup.
  4. A few hardcoded strings in OutlookBar control are localizable now.
  5. Fixed a problem with placing TaskPane control on the standard user control.
  6. Fixed a problem with generation of dummy panels in TabControlEx in design mode.
  7. WindowState property now takes effect for Ribbon-based applications.
  8. Right mouse click on splitter doesn't change size of docking panes.
  9. Pressing Alt key doesn't move focus away from the current edit in Ribbon-based applications. It makes possible to type extended symbols using Alt+Num pad.
  10. A Combo box located on a toolbar can't be resized during Alt customization.
  11. Capturing is properly cleared on mouse click when a menu was activated with Alt key.
  12. MDI system buttons can be added to QAT.
  13. Keytips are properly hidden when a modal dialog is invoked.
  14. Keytips are drawn as disabled on disabled popup menu items.
  15. Navigation Pane Options dialog (for Outlook control) is not displayed on taskbar anymore.
  16. Items on Navigation Pane Options dialog can be checked and unchecked by single click.
  17. Menu is not closed anymore when you press enter on disabled menu item.
  18. Text of disabled check box and combo box is drawn as disabled on QAT.
  19. When you place standard buttons on a toolbar in design mode, they are inserted in correct order now.
  20. Top level menu is properly redrawn when you open a modal dialog from a sub-menu.
  21. Fixed some problems with scrolling of OutlookBar control.
  22. Hyperlink cell opens a destination site if clicked when Ctrl key is down (for non-read only items).
  23. Resizing of popup galleries is not interrupted if you click right mouse button during resize.
  24. Resizing of docking panes is not interrupted if you click right mouse button during resize.
  25. Main window caption text does not overlap system buttons and context categories in Ribbon-based applications when Aero-theme is enabled.
  26. Main Ribbon button doesn't stay highlighted when you open a modal dialog from the main panel.
  27. Submenu doesn't flicker when it's opened from a split button on the main ribbon panel.
  28. Fixed some other visual problems.

Version 4.0 Released 09/22/2008

New features:

  1. Grid Control. You can use this advanced grid control in various applications, ranging from basic grids and simple reports up to complex Excel-like applications. BCGGrid for .NET implements the following features: General features
    • Unlimited number of items in a row.
    • Unlimited number of rows.
    • Single and multiple row selection.
    • Single and multiple column selection.
    • Single and multiple item selection.
    • Sorting by single or multiple columns.
    • Hide / Show Columns.
    • Drag and drop of columns.
    • Integrated Field Chooser.
    • In-place field editing.
    • Keyboard navigation.
    • Extended tooltip support / in-place tooltips
    • Column resizing.
    • Row resizing - variable row height.
    • Automatic column resizing.
    • Row headers with or without row numbers.
    • Read only mode.
    • Preview Pane support.
    • "Select All" box.
    • Mouse wheel support.
    • Print support.
    Cell Types (see screenshot with different cell types)
    • Text
    • Masked text
    • Password
    • Numeric
    • Image
    • Image and Text
    • Check box
    • Combo box
    • Command button
    • Date time picker
    • Spin control
    • Push button
    • File browser
    • Folder browser
    • Font browser
    • Hyperlink
    • Image list
    • Color picker
    • Custom cell types
    Virtual Mode
    • Ability to set number of rows in advance.
    • Events requesting data only when the data has to be displayed.
    • Sorting in virtual mode.
    • Editing in virtual mode.
    • Ability to define Visual Styles for individual cells in virtual mode.
    Grouping support / Report control
    • Drag and drop of column headers to Group By box.
    • Show or hide Group By box.
    • Multi column tree.
    • Customizable group rows.
    • Single and multiple selection.
    • Column auto resize.
    • Ability to display "new row" in Group mode.
    • Ability to delete a group with all sub-rows.
    Filtering
    • Single filter mode - filter flag is set at the row level.
    • Multiple Filter mode - filter flag is set at item level.
    • Ability to hide filtered out rows.
    • Ability to set height to 0 for filtered out rows.
    Merged Cells support (see screenshot) Data bound grid
    • Ability to bind to any data source at design or run time. (see screenshot)
    • Ability to combine data bound and unbound columns in one grid.
    • Grouping support for data bound grids (see screenshot).
    • Delete rows and groups.
    • "New row" support.
    Color Themes
    • Support for all standard color themes: Office XP, Office 2003, Visual Studio 2005, Office 2007 (Blue, Black, Silver, Aqua)
    • Support for custom color themes (see screenshot).
    • Visual Style serialization - persistent visual styles
    • Special visual style for alternative rows.
    Microsoft Excel-style Grid control
    • Authentic Excel look and feel.
    • Automatically generated rows and columns.
    • Load and Save grid content (data).
    • Export to HTML and RTF (currently implemented in example)
    • Sorting by moving data between rows.
    • Cell borders - thick and thin borders with different line styles.
    • Text over floating - text is drawn over adjoining cells if they are empty.
    • Text wrapping and trimming.
    • Edit control is extended over adjoining cells as you type.
    • Ability to define Visual Styles for individual cells. A Visual Style includes: gradient background color, text color, font, formatter, border style, content alignment and more.
    • Variable row height.
    • Table style formatting.
    Other features
    • Ability to assign one data storage to several grids (see screenshot ).
    • Events allowing to synchronize grids working with the same data.
    • Visual Style Editor, which allows to Save and Load visual themes.
    • Layered architecture - visual styles of all cells are assembled from Visual Styles assigned to item->column->row.
    • Large number of customization features and options.
    • Full designer support.
  2. Calendar bar control (see screenshot)
    • Single and multiple month mode
    • Multiple day selection
    • Display week numbers
    • Display "Today" button
    • Caption with gradient fill
    • Navigation menu
    • Owner draw
  3. Vista Aero glass support for Ribbon control (see screenshot).
  4. Added new property AutoGroup to BCGSoft.ControlBars.CommandBarManager . If this property is true, customization groups are created automatically from the main menu items.
  5. Added the following new examples:
    • CalendarBarDemo
    • GridControlDemo
    • DatabaseGridDemo
    • Excel2007Style_GUI

Fixes:

Added some fixes for Ribbon Control and Command Bars in design and runtime modes.

Version 3.2. Released 3/25/2008

New features:

  1. ToolBox Control allows to create Microsoft Visual Studio 2003 and Visual Studio 2005-style toolboxes (see screenshot). This control supports the following features:
    • Add and edit ToolboxGroups and ToolboxItems with full design-time support.
    • Switch between Microsoft Visual Studio 2003 and Visual Studio 2005 styles at the runtime.
    • Drag & drop toolbox items within groups, between groups or outside of the Toolbox.
    • Set palette mode (toolbox items aligned by line and displayed without text) individually for each group.
    • Adjust item's icon and text location.
    • Manage groups and items at run-time.
    • Use global or local Visual Manager.
  2. Microsoft Office 2007-style Color Picker (see screenshot). The Color Picker can work in gallery mode and "in-Ribbon" mode (the color picker is embedded into Ribbon panel). It implements the following features:
    • "More Colors" button, which displays an advanced color selection dialog.
    • "Recent Colors" palette, which can be modified at the runtime.
    • "Automatic color" button.
    • "No Fill" button.
    • Ability to assign custom colors to any color category (theme, recent, simple).
    • Design-time support
  3. DesktopAlert Control (see screenshot) implements a popup window similar to Microsoft Office popup control, which allows to display short-time messages. In opposite to the standard message box, this window doesn't require from the user to close it by clicking "Ok" button and it automatically disappears after short time. The control is fully customizable and a developer can tune its look and functionality by the easy way:
    • Content can be created from an user-defined resources or it can be automatically generated from the given text and image.
    • Various looks: Office XP/2003/2007, MSN Messenger (see screenshot).
    • Various animation types: fade, slide and unfold.
    • Semi-transparent background.
  4. The following gadgets (mainly aimed to use in Ribbon control) have been added:
    • LinkLabel - an URL link which can be placed on the Ribbon or toolbar (see screenshot).
    • SmartUndoButton - a button, which maintains a stack of values. Can be used for undo/redo interface (see screenshot).
    • ToolbarSpinButton - represents an edit control with spin (up and down) buttons, which allow to increment or decrement value in the edit control (see screenshot).
    • ToolbarDateTimeControl - a button that hosts a date-time control (see screenshot).
    • ToolbarTrackBarButton - a button that hosts a track bar control (see screenshot).
    • ToolbarProgressBarButton - a button that hosts a progress bar (see screenshot).
  5. The new method DockingPane.SetRecentFloatingSize allows to specify the initial size of floating docking pane (or reset this size to desired dimensions).
  6. The new property CommandBar.CanFloat allows to enable or disable floating of command bars.
  7. The new property CommandBar.CanTrack allows to enable or disables tracking of command bars (so if you set CanTrack and CanFloat properties to false a command bar will be completely locked on its site).
  8. "Recent documents" collection is automatically serialized and de-serialized for Ribbon-based applications.
  9. Added new class RecentlyUsedDocumentButton, which wraps the data provided for recently used documents. ExecuteCommandEventArgs contains a reference to such button and thus you can easily determine that the ExecuteCommand event raised in response to user selection of a recent document. See our MSOffice2007Sample for more info.
  10. The following new examples have been added:
    • PopupDemo - demonstrates the DesktopAlert Control.
    • RibbonGadgets - a comprehensive sample with all available Ribbon gadgets.
    • SmartUndoButtonDemo - illustrates usage of the newly added Undo button.
    • ToolboxDemo - demonstrates the Toolbox Control .

Fixes:

  1. Fixed some problems with layout recalculation in design mode.
  2. Fixed some problems related to collection editing via Custom Collection Editors in design mode.
  3. MinimumSize and MaximumSize properties now take effect in Office 2007 style.
  4. Form's size correctly calculated in maximized state when Office 2007 style is selected and there is a visible Task Bar on the desktop.
  5. Main Form doesn't lose the focus when Visual Manager 2007 is activated or deactivated.
  6. In Office 2007 style the library correctly hides minimize and maximize buttons if you set in the designer MinimizeBox and MaximizeBox properties to false.
  7. It's possible to assign .ico images to toolbar buttons.
  8. MainRibbonButoon correctly handles transparent color specified for its image.
  9. Some other visual glitches and problems have been corrected.

Version 3.1. Released 9/28/2007

New features:

  1. TasksPane Control (see screenshot ) implements the functionality of a list of clickable items, similar to Microsoft Office Task Pane. All items are organized in groups. Each clickable item raises the ExecuteCommand event. You should subscribe to this event to handle item clicks. It's possible to assign an icon to a task and set static label text. Please take a look at the WordPad and TasksPane samples to see the new control in action. The TasksPane control implements the following features:
    • Ability to enable, or disable collapsing Task Pane groups.
    • Animation for expanding/collapsing groups
    • Set font color for a group caption
    • Set font color for a task
    • Enable navigation history menu buttons - "Next/Previous" navigation buttons display a drop down menu with history
    • Task Pane specific scroll buttons
    • Separators between tasks
    • Different custom margins
    • Images for individual TaskItems
    • Images for Task Groups
    • Custom images for Task Pane's toolbar
    • Embed different custom controls into a TaskItem
  2. KeyTip support for Ribbon Control.
  3. Ribbon Minimize feature.
  4. Progress Bar Control, which supports Office 2007 look.
  5. Progress Bar button for Ribbon Control.
  6. New TasksPane sample
  7. DockManager raises a new cancelable event CloseDockingPane. You can subscribe to this event to be notified when a Docking Pane is about to be closed.
  8. ToolbarButton has a new virtual method GetKeyTipRect. It can be overridden to customize the appearance of Key Tip.
  9. ToolbarButton has two new properties KeyTip and KeyTipSplit. You can use these properties to define Key Tips for Ribbon applications.

Fixes:

  1. The infrastructure for Ribbon Control has been updated to accommodate Minimize Ribbon and Key Tips features.
  2. Fixed a problem with context menu, which caused a crash on Escape in Ribbon-based applications.
  3. Fixed behavior of category items in popup mode.
  4. Layout is properly adjusted when user preferences have been changed.
  5. Text of localized controls is correctly restored on LoadState. In the previous version only English strings were loaded properly.
  6. CommandBarManager::OnApplicationIdle does not call GC::Collect anymore.
  7. Popup Gallery does not process Enter key if there is no highlighted object.
  8. ToolbarGalleryButton correctly copies SelectedItemIndex now.
  9. Check state of ToolbarCheckBoxButton is changed only if the button is enabled.

Version 3.0. Released 6/22/2007

New features:

  1. Ribbon Control support (see screenshot1 and screenshot2 ). "Ribbon" control was introduced by Microsoft in Office 2007. It's not just a new control - it's a new user interface ideology. Ribbon control replaces traditional toolbars and menus with tabbed groups (Categories). Each group is logically split into Panels and each panel may contain various controls and command buttons. In addition, Ribbon control provides smart layout maximally utilizing the available space. For example, if a Panel has been stretched and has no place to display all available controls, it turns into a menu button which can display sub-items on a popup menu. Please take a look at Product Feature Tour to learn more about what's implemented in Ribbon Control. The following gadgets are supported by our Ribbon Control out of the box:
    • Button
    • Button group
    • Menu button and split menu button
    • Separator
    • Label
    • Check box
    • Color picked
    • Font picker
    • Edit box
    • Track bar
    • Gallery
    • Gallery-based combo box
    The Ribbon Control implements the following features:
    • Full Microsoft Visual Studio 2005 designer support!
    • Smart panel layout. You can design panels (category items in terms of the library) with elements aligned vertically (by column), or horizontally (by line)
    • Each ribbon element (button) supports three collapse states: Large, Intermediate and Small.
    • Collapsible category items. When there is no space to display all panel elements, the panel is collapsed to a default button and displayed on popup menu (see screenshot ).
    • Scrollable categories. When there is no space to display all category items in collapsed state, the parent category displays scroll bars.
    • Context category groups. Each context category group may contain of one or more category items and may be assigned one of 8 predefined colors (see screenshot ).
    • Quick Access Toolbar (QAT) (see screenshot ). You can place frequently used commands on QAT. It is possible to put on QAT commands that are not located in Ribbon.
    • QAT Customization. A flexible mechanism allows you to integrate your own forms (options) with library-defined Customization form and show them all together in combined Options dialog (see screenshot ).
    • Launch buttons - small elements that can be added at the right bottom corner of a category item and may be set to execute commands logically common for the parent category item.
    • Gallery control. Gallery is encapsulated in a special toolbar button-derived object. A gallery may be in-Ribbon and popup. Popup menu can display a gallery along with regular popup menu items. A popup menu, which displays a gallery may be resizable (see screenshots ).
    • Gallery may work in so called "menu mode". Galleries behave in "menu mode" like regular popup menus with exception that such popup menu can be resized, can display scroll bar and can display checked items.
    • You can easily create owner-draw galleries.
    • Main Application Button (see screenshot ).
    • Customizable status bar (see screenshots ).
    • Persistent state.
  2. Localization Support You can translate the library and your applications to different languages and switch between them at runtime. Please see the LocalizationExample sample for more info.
  3. We added a lot of new samples illustrating various library features.

Fixes:

  1. The library infrastructure has been changed to accommodate the new Ribbon interface.
  2. CommandPanel and any other control derived from it can work in "component mode". In the "component mode" the panel itself is not visible and renders its command objects on the parent container's surface.
  3. Docking pane correctly updates its caption in various states (docked, floating, tabbed, auto-hide) when the Text property has been changed.
  4. License manager checks the license properly when the library is running under system account.
  5. Various fixes that improve design-time experience.