BaseListControlBeginInit Method
Begin initialization
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public:
virtual void BeginInit() sealed
abstract BeginInit : unit -> unit
override BeginInit : unit -> unit
Implements
ISupportInitializeBeginInit 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.