Table of Contents

Enum VirtualListBox.SetItemsKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Enumerates supported kinds for SetItemsFast(VirtualListBoxItems, SetItemsKind) method.

public enum VirtualListBox.SetItemsKind

Fields

ChangeField = 1

Internal field is changed to the new value. This is the fastest method.

ClearAddRange = 0

Items are cleared and after that 'AddRange' method is called.

Default = 2

Uses DefaultSetItemsKind to get the desired method.