ZeeGrid Control Message
ZGM_SHOWHSCROLL
ZGM_SHOWHSCROLL
An application sends a ZGM_SHOWHSCROLL message to enable or disable the display of the horizonal scrollbar.
ZGM_SHOWHSCROLL
wParam = (WPARAM) (BOOL) fEnable; //enable flag
lParam = 0; //not used; must be zero
Parameters
-
fEnable
-
Value of wParam. A value of TRUE will show the horizontal scrollbar if ZGM_AUTOHSCROLL is set to FALSE. A value of FALSE will hide the horizontal scrollbar if ZGM_AUTOHSCROLL is set to FALSE. If ZGM_AUTOHSCROLL is set to TRUE, the setting of ZGM_SHOWHSCROLL will have no effect.
Return Values
This message does not return a value.
Copyright © 2002-2016 by David Hillard