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