ZeeGrid Control Message

ZGM_SETCOLWIDTH


ZGM_SETCOLWIDTH

An application sends a ZGM_SETCOLWIDTH to programmatically set the width of the specified column in pixels.

ZGM_SETCOLWIDTH
wParam = (WPARAM)(int) iCol;         //Column number
lParam = (LPARAM)(int) iWidth;       //Width in pixels

Parameters

iCol
The value of wParam. The column number to set the width.

iWidth
The value of lParam. The width in pixels to set the specified column.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard