Sets whether the last column should be adjusted to fit the grid control's width.
void SetExtendLastCol( bool bSet )
Example codes can be pasted to GridControl's examples to run
//add in OnInitDialog() m_GridCtrl.SetExtendLastCol(false);
GridControl.h