ZeeGrid Control Message

ZGM_SETTOPROW


ZGM_SETTOPROW

An application sends a ZGM_SETTOPROW message to set the first displayed row number in the ZeeGrid.

ZGM_SETTOPROW
wParam = (WPARAM)(int) iRow;         //Row number
lParam = 0;                          //not used; must be zero

Parameters

iRow
The value of wParam. The ZeeGrid row number to display at the top of the page.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard