Click or drag to resize

TreeView.EnsureVisible Method

X#
Ensure that an item is visible in the tree view, expanding its parent item or scrolling the tree view if necessary.

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

Parameters

symName (Optional)
Type: Usual
The symbolic name of the tree view item which should be made visible or the TreeViewItem object representing the tree view item which should be made visible.

Return Value

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