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
This message does not return a value.