ZeeGrid Control Message

ZGM_SHOWVSCROLL


ZGM_SHOWVSCROLL

An application sends a ZGM_SHOWVSCROLL message to enable or disable the display of the vertical scrollbar.

ZGM_SHOWVSCROLL
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 vertical scrollbar if ZGM_AUTOVSCROLL is set to FALSE. A value of FALSE will hide the vertical scrollbar if ZGM_AUTOVSCROLL is set to FALSE. If ZGM_AUTOVSCROLL is set to TRUE, the setting of ZGM_SHOWVSCROLL will have no effect.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard