ZeeGrid Control Message

ZGM_ENABLEICONINDENT


ZGM_ENABLEICONINDENT

An application sends a ZGM_ENABLEICONINDENT message to enable or disable left indenting to allow for cell icons.

ZGM_ENABLEICONINDENT
wParam = (WPARAM) (int)  iCol;    //column number
lParam = (LPARAM) (BOOL) fEnable; //enable flag

Parameters

iCol
Value of wParam. The column number the apply the icon indent setting specified in lParam.

fEnable
Value of lParam. A value of TRUE will cause the left indent of all cells in the ZeeGrid to be incrememted by the height of the grid row to cause left justified text to line up in all columns even if only one cell contains an icon. A value of FALSE will cause cells without icons to left justify with left cell boundary. Cell with icons will justify left to the right boundary of the icon.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard