ZeeGrid Control Message

ZGM_SCROLLRIGHT


ZGM_SCROLLRIGHT

An application sends a ZGM_SCROLLRIGHT message to programmatically scroll the ZeeGrid right the specified number of columns.

ZGM_SCROLLRIGHT
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 right.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard