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

VirtualListView.EndUpdate Method

Resumes redrawing of the list view control after drawing is suspended by the BeginUpdate() method.

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

Syntax

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

Remarks

Must be called after BeginUpdate() call. Otherwise the control will stop repainting.

See Also

Reference