An application sends a ZGM_SCROLLDOWN message to programmatically scroll the ZeeGrid down the specified number of rows.
ZGM_SCROLLDOWN
wParam = (WPARAM)(int) iRows; //number of rows to scroll
lParam = 0; //not used; must be zero
This message does not return a value.