ZeeGrid Control Message

ZGM_SETRIGHTINDENT


ZGM_SETRIGHTINDENT

An application sends a ZGM_SETRIGHTINDENT message to set the right indent of each cell in the ZeeGrid.

ZGM_SETRIGHTINDENT
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 right cell gridline.

Return Values

This message does not return a value.

Remarks

The right 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