ZeeGrid Control Message

ZGM_EXPANDROWSONPASTE


ZGM_EXPANDROWSONPASTE

An application sends a ZGM_EXPANDROWSONPASTE message to enable or disable the ZeeGrid adding additional rows to complete a clipboard paste operation.

ZGM_EXPANDROWSONPASTE
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. A value of TRUE will let the ZeeGrid add additional rows if needed in a clipboard paste operation. A value of FALSE will cause the ZeeGrid to not add additional rows.

Return Values

This message does not return a value.

Remarks

Expanding rows on paste is disabled by default.

Copyright © 2002-2016 by David Hillard