Unlocks the grid after the BeginUpdate()()()() method call and causes an immediate update of the vertical scroll bar.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void EndUpdate() |
Visual Basic |
---|
Public Sub EndUpdate |
Visual C++ |
---|
public: void EndUpdate() |
F# |
---|
member EndUpdate : unit -> unit |
Remarks
The BeginUpdate()()()() and EndUpdate()()()() methods can be used to prevent excessive visual updates.
After the BeginUpdate()()()() method has been called, the vertical scroll bar is locked, and grid doesn't reflect row count changing.
Calling the EndUpdate()()()() method unlocks and redraws the vertical scrollbar.