Table of Contents

Method BeginUpdate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginUpdate()

Maintains performance while performing slow operations on a control by preventing the control from drawing until the EndUpdate() method is called.

void BeginUpdate()

Remarks

Do not recreate control (or its child controls), add or remove child controls between BeginUpdate() and EndUpdate() calls. This method is mainly for multiple add or remove of the items in list like controls.