
Includes updates to Visual Manager, Themes and Controls.
Features
- Visual Manager and Themes
- CBCGPVisualScrollBar: improved look of Visual Manager-style scrollbar when default ("Native Windows") Visual Manager is activated.
- CBCGPVisualManager: improved Breadcrumb and WinUI Tiles appearance in the high-contrast mode.
- Controls
- CBCGPEdit: autocomplete can be used along with a popup dialog now.
- CBCGPDateTimeCtrl: implemented ability to hide "Today" button in the dropped-down calendar. EnableCalendarTodayButton and IsCalendarTodayButtonEnabled methods were added.
- CBCGPComboBox: new method 'AdjustDroppedWidth' sets the drop-list width by the widest combo box item.
- CBCGPInfoBoxRenderer: new member 'm_bRoundedCorners' allows to specify info box rounded corners.
- Miscellaneous
- All library, tools and samples icons were fully redesigned.
- CBCGPGraphicsManagerD2D: new virtual method 'GetCurrentRenderTarget' allows to use a custom, ID2D1RenderTarget-derived interface in CBCGPGraphicsManagerD2D-derived classes.
- Examples and Samples
- InfoBoxDemo: illustrates info-box rounded corners.
Fixes
- Chart: fixed problem with data point position calculation in range bars.