ZeeGrid Control Message

ZGM_SETROWHEIGHT


ZGM_SETROWHEIGHT

An application sends a ZGM_SETROWHEIGHT message to programmatically set the height of the ZeeGrid rows to the specified number of pixels.

ZGM_SETROWHEIGHT
wParam = (WPARAM)(int) iHeight;      //height of all data rows in pixels
lParam = 0;                          //not used; must be zero

Parameters

iHeight
The value of wParam. The height in pixels for ZeeGrid data rows.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard