Grid Frozen Columns and Rows
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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.
Sample code:
CBCGPGridCtrl m_wndGrid;
...
// 3 left columns are "frozen":
m_wndGrid.FreezeColumns(3);