This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.BeginUpdate Method

Prevents changes in that window from being redrawn until the EndUpdate() method is called.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub BeginUpdate
C#
public void BeginUpdate()

Remarks

Use this method when you add multiple items one by one to increase a performance. Do not forget to call EndUpdate() method when you have added all items which you need and want the control to display all of them.

See Also

Reference