TreeView.EnsureVisible Method (Typed) | |
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
public virtual void EnsureVisible(
Symbol symName
)
Request Example
View SourceParameters
- 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