DataBrowser.EnableHorizontalScroll Method | |
Enable/disable horizontal scrolling of a data browser. If this method is not called, horizontal scrolling is enabled, by default.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableHorizontalScroll(
lAllowScroll
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableHorizontalScroll(
Usual lAllowScroll = default
)
Request Example
View SourceParameters
- lAllowScroll (Optional)
- Type: Usual
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:
UsualSee Also