ZeeGrid Control Message

ZGM_SCROLLUP


ZGM_SCROLLUP

An application sends a ZGM_SCROLLUP message to programmatically scroll the ZeeGrid up the specified number of rows.

ZGM_SCROLLUP
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 up.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard