ZeeGrid Control Message

ZGM_SETLEFTINDENT


ZGM_SETLEFTINDENT

An application sends a ZGM_SETLEFTINDENT message to set the left indent of each cell in the ZeeGrid.

ZGM_SETLEFTINDENT
wParam = (WPARAM) (DWORD) dwIndent;  //pixels to indent
lParam = 0;                          //not used; must be zero

Parameters

dwIndent
Value of wParam. Specifies the number of pixels to indent cell contents from the left cell gridline.

Return Values

This message does not return a value.

Remarks

The left indent is set to 2 pixels by default.

The left and right indent values are global indents. All cells will be indented by the specified number of pixels.

Copyright © 2002-2016 by David Hillard