Disables any redrawing of the control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

To maintain performance while changing several control properties call the BeginUpdate()()()() method. This method prevents the control from painting until the EndUpdate()()()() method is called.

See Also