Release Notes BCGSuite for MFC Version: 32.2. Released: 02/01/2022 Dialogs and Forms CBCGPMessageBox: improved window layout. Width / height ratio is closer to the native Windows message box now. CBCGPDlgPopupMenu: a popup dialog can be created without any corresponding controls such as menu button or ribbon button; a new constructor "CBCGPDlgPopupMenu(CRuntimeClass* pRTI, LPCTSTR lpszTemplateName)" was added in this version. Grid and Report Controls CBCGPGridColorItem: implemented custom colors serialization (cell does not lose colors anymore after copying or moving). CBCGPGridDateTimeItem: added CBCGPDateTimeCtrl::DTM_CHECKBOX flag support. A grid date/time cell can be created with optional check box (see screenshot). While Data/Time picker has an unchecked state, CBCGPGridDateTimeItem shows a label for empty value. Please see a new optional parameter (LPCTSTR lpszNoDateLabel) in CBCGPGridDateTimeItem's constructor. The following new members were added to CBCGPGridDateTimeItem class: m_bIsChecked, m_strNoDateLabel. BCGP_GRID_FILTERBAR_OPTIONS: if m_clrMarkBackground or m_clrMarkText is CLR_DEFAULT, a default (visual theme-based, returned by CBCGPVisualManager::GetMarkedTextColor) color is used for displaying search results. CBCGPGridCtrl::GetVirtualRow method is a virtual now. Controls CBCGPListBox: an icon can be added to the caption. CBCGPListBox: AddCaption and AddSeparator methods return the index of the added row. CBCGPStatic: implemented 2 new versions of SetPicture method. First receives HBITMAP and second - CBCGPSVGImage. Miscellaneous CBCGPChartAxis: a size of resizing band is DPI-aware now. CBCGPGlobalUtils::DrawTextWithHighlightedArea: added multi-line text support. CBCGPSVGImage: GetSize method has a new, optional parameter "BOOL bCheckBounds" (FALSE by default). If this parameter is TRUE and SVG does not have a specified size, the size of the bounding rectangle will be returned. CBCGPTagManager: a new method ParseColorArray converts a string with color values to array of COLORREF values. CBCGPVisualContainer: a new method SetScrollOffset specifies scroll offset of the visual container. Examples and Samples BCGPGridExample: improved copy/paste of some custom grid cells ("Cell types" view). SVGViewDemo: CSVGPreview displays files without predefined size and MDI tab tooltip contains a full path to .SVG file. Fixes Addressed issue with keyboard accelerators when focus is located on read-only edit control. CBCGPSVGImage: addressed some issues with drawing elements with radial and linear gradients. CBCGPGridCtrl: addressed some issues with keyword navigation and scrolling by mouse in frozen rows mode. CBCGPEditCtrl: fixed bug with cursor positioning with some non-monospace fonts. CBCGPEditCtrl: left-side markers are not painted anymore in the compact (autohidden) horizontal scrollbar area. Visual Designer: addressed issue with circular gauge minimal size.