Click or drag to resize

KryptonListBoxBeginUpdate Method

Maintains performance while items are added to the ListBox one at a time by preventing the control from drawing until the EndUpdate method is called.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void BeginUpdate()
See Also