Prevents the grid control from being updated until the EndUpdate()()()() method is called.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void BeginUpdate()
Visual Basic
Public Sub BeginUpdate
Visual C++
public:
void BeginUpdate()
F#
member BeginUpdate : 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.

See Also