|
Focuses the given item scrolling it into view
Syntax
Public Sub FocusItem (ByRef li As clsUniLV_ListItem, _ Optional ByVal bRedraw As Boolean = True)
Parameters
Parameter |
Description |
ByRef li As clsUniLV_ListItem |
The ListItem to focus |
Optional ByVal bRedraw As Boolean = True |
True for redrawing the control, False otherwise |
|