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