Click or drag to resize

ListView.RedrawRange Method

X#
Redraw a range of list view items.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RedrawRange(
	oRange
) AS USUAL CLIPPER
Request Example View Source

Parameters

oRange (Optional)
Type: Usual
The range of list view item indexes to redraw.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also