ZeeGrid Control Message

ZGM_MERGEROWS


ZGM_MERGEROWS

An application sends a ZGM_MERGEROWS message to enable or disable the merging of consecutive rows of identical data in fixed columns to display as a single cell.

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

Parameters

fEnable
Value of wParam. Specifies whether to enable or disable the merging of identical cells in fixed columns.

Return Values

This message does not return a value.

Remarks

Merge rows is disabled by default.

Copyright © 2002-2016 by David Hillard