ZeeGrid Control Message

ZGM_SETCOLNUMWIDTH


ZGM_SETCOLNUMWIDTH

An application sends a ZGM_SETCOLNUMWIDTH message to set the width of the displayed value in the cells of the specified column.

ZGM_SETCOLNUMWIDTH
wParam = (WPARAM)(int) iCol;              //ZeeGrid column
lParam = (LPARAM)(int) iValue;            //number width value

Parameters

iCol
The value of wParam. The ZeeGrid column number. If this value is zero, the action is performed on all columns.

iValue
The value of lParam. The value to set the cell number width for every cell in the specified column.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard