BaseListControlBeginInit Method

Begin initialization

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void BeginInit()

Implements

ISupportInitializeBeginInit

Remarks

Call this before performing an update on the control that will affect many items in it. This prevents unnecessary layout updates. Calls to this method must be balanced with a corresponding call to the EndInit method.

See Also