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
This message does not return a value.