ZeeGrid Control Message

ZGM_SETROWNUMBERSWIDTH


ZGM_SETROWNUMBERSWIDTH

An application sends a ZGM_SETROWNUMBERSWIDTH message to set the width of the row number column. This column cannot be adjusted by the user, so it is the only way to adjust this column's width.

ZGM_SETROWNUMBERSWIDTH
wParam = (WPARAM)(int) iWidth;       //Width in pixels
lParam = 0;                          //not used; must be zero

Parameters

iWidth
The value of wParam. The value is the width of the row numbers column in pixels.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard