CGXGridParam::SetScrollLikeExcel
void SetScrollLikeExcel(BOOL b);
b
TRUE if grid should scroll when rows/columns are frozen and the user presses the left/up-arrow key on the first non-frozen column/row. FALSE ifit should scroll when the user is on the leftmost column.
Remarks
Specifies whether the grid should scroll when rows/columns are frozen and the user presses the left/up-arrow key on the first non-frozen column/row.
See Also
CGXGridParam::IsScrollLikeExcel