Click or drag to resize

TreeView.EnsureVisible Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnsureVisible(
	symName AS SYMBOL
) AS VOID
Request Example View Source

Parameters

symName
Type: Symbol
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: 
TRUE if successful; otherwise, FALSE.
See Also