ZeeGrid Control Message

ZGM_AUTOSIZECOLUMN


ZGM_AUTOSIZECOLUMN

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

Parameters

iCol
The value of wParam. The column number to automatically size.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard