TreeView.EnsureVisible Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnsureVisible(
Usual symName = default
)
Request Example
View SourceParameters
- 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