ZeeGrid Control Message

ZGM_SCROLLLEFT


ZGM_SCROLLLEFT

An application sends a ZGM_SCROLLLEFT message to programmatically scroll the ZeeGrid left the specified number of columns.

ZGM_SCROLLLEFT
wParam = (WPARAM)(int) iCols;      //number of columns to scroll 
lParam = 0;                        //not used; must be zero

Parameters

iCols
Value of wParam. This specifies the number of columns to scroll left.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard