CGXBrowserGrid::SetMaxColWidth
void SetMaxColWidth(int nChar);
nChar
Specifies the number of characters.
Remarks
Specify the maximum number of characters for text fields to be displayed in the cells. The method loops through all columns and resizes them if necessary.
You should call this method after you have initialized the grid (with calling OnInitialUpdate).
See Also
CGXBrowserGrid::GetMaxColWidth