ZeeGrid Control Message

ZGM_SETAUTOINCREASESIZE


ZGM_SETAUTOINCREASESIZE

An application sends a ZGM_SETAUTOINCREASESIZE message to set the number of rows that are allocated for the ZeeGrid when it needs to expand to hold more rows.

ZGM_SETAUTOINCREASESIZE
wParam = (WPARAM)(int) iIncreaseSize;  //number of rows to increase in memory allocation
lParam = 0;                            //not used; must be zero

Parameters

iIncreaseSize
The value of wParam. The number of rows to increase allocated memory by when the ZeeGrid needs to expand for additional rows.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard