Click or drag to resize

DataBrowser.EnableVerticalScroll Method (Typed)

X#
Enable/disable vertical scrolling of a data browser. If this method is not called, vertical scrolling is enabled, by default.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableVerticalScroll(
	 lAllowScroll AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lAllowScroll
Type: Logic
TRUE allows scrolling by displaying a vertical scroll bar along the right edge of the data browser; FALSE disables the scroll bar. The default is TRUE.

Return Value

Type: Logic
See Also