Grid Frozen Columns and Rows

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

Frozen columns/rows are not scrolled and always visible at the left/top side of grid while the rest of columns/rows are scrolled horizontally/vertically.

Grid Frozen Columns and Rows

Sample code:

CBCGPGridCtrl m_wndGrid;
...
// 3 left columns are "frozen":
m_wndGrid.FreezeColumns(3);