ZeeGrid Control Message

ZGM_AUTOHSCROLL


ZGM_AUTOHSCROLL

An application sends a ZGM_AUTOHSCROLL message to enable or disable the automatic display of the horizontal scrollbar.

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

Parameters

fEnable
Value of wParam. A value of TRUE will cause the horizontal scrollbar to display if there are more columns in the grid than can be displayed onscreen. A value of FALSE will cause the horizontal scrollbar to be displayed as determined by the setting of ZGM_SHOWHSCROLL.

Return Values

This message does not return a value.

Remarks

ZGM_AUTOHSCROLL is enabled by default.

Copyright © 2002-2016 by David Hillard