C# (CSharp) vbAccelerator.Components.Controls Namespace

Classes

Name Description
VListBox A simple implementation of a Virtual ListBox. A virtual ListBox contains no data, instead it just allocates space for a specified number of rows. Whenever a row needs to be shown, the OnDrawItem method is fired which in turn fires the DrawItem event.
VListBox.ScrollInfoStruct
VListBox.SelectedIndexCollection Implements a read-only collection of selected items in the VListBox.
VListBox.SelectedIndexCollectionEnumerator Implements the IEnumerator interface for the selected indexes within a VListBox control.