Click or drag to resize

ListView.Scroll Method

X#
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
Request Example View Source

Parameters

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