ListView.Scroll Method | |
Scroll the contents of a list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Scroll(
oDimension
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Scroll(
Usual oDimension = default
)
Request Example
View SourceParameters
- oDimension (Optional)
- Type: Usual
The dimension representing the amount to scroll the list view. Positive width values scroll to the right, while negative width values scroll to the left. In addition, positive height values scroll upwards, while negative height values scroll downwards.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also