Click or drag to resize

ListView.EnsureVisible Method

X#
Ensure that an item is visible in the list view, scrolling if necessary.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnsureVisible(
	nItem,
	lPartiallyVisible
) AS USUAL CLIPPER
Request Example View Source

Parameters

nItem (Optional)
Type: Usual
The index of the list view item to make visible.
lPartiallyVisible (Optional)
Type: Usual
A value of TRUE indicates that the specified item can be only partially visible. Specify FALSE if you want the item to be fully visible.

Return Value

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