DataBrowser.EnableHorizontalScroll Method (Typed) | |
Enable/disable horizontal scrolling of a data browser. If this method is not called, horizontal scrolling is enabled, by default.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableHorizontalScroll(
lAllowScroll AS LOGIC
) AS LOGIC
public virtual bool EnableHorizontalScroll(
[DefaultParameterValueAttribute(true, 0)] bool lAllowScroll
)
Request Example
View SourceParameters
- lAllowScroll
- Type: Logic
TRUE allows scrolling by displaying a horizontal scroll bar along the bottom edge of the data browser; FALSE disables the scroll bar. The default is TRUE.
Return Value
Type:
LogicSee Also