An application sends a ZGM_AUTOSIZECOLUMN message to automatically size the specified column to fit the data contained within it.
ZGM_AUTOSIZECOLUMN
wParam = (WPARAM)(int) iCol; //column number to autosize
lParam = 0; //not used; must be zero
This message does not return a value.