ZeeGrid Control Message

ZGM_SCROLLDOWN


ZGM_SCROLLDOWN

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

Parameters

iRows
Value of wParam. This specifies the number of rows to scroll down.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard