Table of Contents

Class ListBoxWithAdvancedScrolling

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll
public class ListBoxWithAdvancedScrolling : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance
ListBoxWithAdvancedScrolling
Implements
Derived

Constructors

ListBoxWithAdvancedScrolling()

Properties

Count

Gets or sets the number of items in the ListBox.

CreateParams

Gets the required creation parameters when the control handle is created.

DrawMode
Items
SelectedIndex
SelectionMode

Gets or sets the method in which items are selected in the ListBox.

VerticalScrollBarVisible

Methods

EndUpdate()
OnHandleDestroyed(EventArgs)

Overridden to be sure that items are set up and cleared out correctly. Inheriting controls should call base.OnHandleDestroyed.

OnNotifyMessage(Message)

Notifies the control of Windows messages.

OnVerticalScrollChanged(ScrollEventArgs)
WndProc(ref Message)

The list's window procedure.

Events

ItemsChanged
VerticalScrollChanged