Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.EndUpdate Method

Terminates a [BeginUpdate] reactivating the control after a long-time update

Syntax
Public Sub EndUpdate (Optional ByVal bCheckSize As Boolean = True, _
Optional ByVal bRefreshNow As Boolean = False)
Parameters
Parameter Description
Optional ByVal bCheckSize As Boolean = True True for calculating items size after the opration
Optional ByVal bRefreshNow As Boolean = False True for using the Refresh method, False otherwise
Remarks