Table of Contents

Method CreateListBox

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

CreateListBox()

Creates a new instance of the VirtualListBox used by the tree control.

protected virtual VirtualListBox CreateListBox()

Returns

VirtualListBox

A new instance of VirtualListBox.

Remarks

This method can be overridden in derived classes to provide a custom implementation of the VirtualListBox. By default, it returns a standard instance of VirtualListBox.