Method CreateListBox
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.