Disable resizing of column widths.

You should call

   GetParam( )->EnableTrackColWidth(0); 

If you want to disable resizing only certain columns, you should override OnTrackColWidth(nCol) and return FALSE.