ZeeGrid Control Message

ZGM_AUTOVSCROLL


ZGM_AUTOVSCROLL

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

ZGM_AUTOVSCROLL
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 vertical scrollbar to display if there are more rows in the grid than can be displayed onscreen. A value of FALSE will cause the vertical scrollbar to be displayed as determined by the setting of ZGM_SHOWVSCROLL.

Return Values

This message does not return a value.

Remarks

ZGM_AUTOVSCROLL is enabled by default.

Copyright © 2002-2016 by David Hillard