ZeeGrid Control Message

ZGM_GOTOCELL


ZGM_GOTOCELL

An application sends a ZGM_GOTOCELL message to programmatically scroll to the specified cell.

ZGM_GOTOCELL
wParam = (WPARAM)(int) iCellIndex;      //cell index
lParam = (LPARAM)(BOOL) bFlag;          //scroll to column

Parameters

iCellIndex
The value of wParam. The index of the ZeeGrid cell.

bFlag
The value of lParam. A value of TRUE will perform a horizontal scroll if needed to put the referenced cell in the first non-fixed display column of the page. A value of FALSE will only perform the vertical scroll necessary to display the specified cell on the page.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard