Skip Navigation LinksBCGSoft > Release Notes > Version Release Notes

Release Notes

BCGControlBar Professional Edition

Version: 33.1. Released: 6/6/2022

  1. Implemented Windows 11 Snap Layout for all visual themes (see screenshot). You do not have to make any changes in the application source code: when the program is running in Windows 11 OS and maximize/restore caption button is hovered, the layout popup menu will appear near this button.
  2. Miscellaneous
    1. Font scaling (upon DPI changing) is more accurate now.
    2. Designers and editors: all our designers (Ribbon designer, Visual designer and Toolbar editor) have a Windows 11 look now (rounded corners in all visual themes, "Maximize" button with Snap layout and auto-hidden scrollbars - see screenshot).
    3. CBCGPTreeCtrlEx: method TreeItem is a public now.
    4. CBCGPEdit: typed text can be highlighted now in the autocomplete drop-down list (see screenshot). Call a new method SetAutoCompleteListHighlightedColors to enable this feature. BCGPControls example demonstrates this new feature.
    5. CBCGPGridCtrl: text overflowing is working now for all types of the column text alignment. In the previous product version this feature was enabled for the left alignment only.
    6. Application Wizard for Visual Studio 2017 - 2022: added a new option "Frame and dialog rounded corners" (see screenshot). When this option is checked (by default), Windows 11 rounded corners will be available in all visual themes.
  3. Examples and Samples
    1. Windows 11 rounded corners support for visual themes with custom (owner-draw) captions were added to all our examples/samples.
    2. BCGPControls: added demonstration of highlighted text in the edit auto-complete list.