Aurigma Graphics Mill 5.5 for .NET
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.