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: 2024.1.1.0 (2024.1.1.0)
Syntax public void BeginUpdate()
See Also