Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.FocusSelectedRow Method
Focuses the selected row by scrolling if necessary
Syntax
Public Sub FocusSelectedRow (Optional ByVal
bDoRefresh
As Boolean = True, _
Optional ByVal
bRefreshNow
As Boolean = True)
Parameters
Parameter
Description
Optional ByVal
bDoRefresh
As Boolean = True
True for executing a refresh
Optional ByVal
bRefreshNow
As Boolean = True
True for executing an immediate refresh (without waiting for Windows events)
Remarks