Sylloge
A C# helper library
Public Member Functions | Properties
Sylloge.Controls.ListBox Class Reference

An extended ListBox class that allows for refreshing individual items, autoscrolling, and thread safe item addition. More...

List of all members.

Public Member Functions

void Add (object item)
 Add and item to this ListBox (thread safe)
new void RefreshItem (int index)
 Refresh an individual item within the ListBox.

Properties

bool AutoScroll [get, set]
 Gets or sets the value indicating wether to auto scroll this control.

Detailed Description

An extended ListBox class that allows for refreshing individual items, autoscrolling, and thread safe item addition.

Definition at line 14 of file ControlExtensions.cs.


Member Function Documentation

void Sylloge.Controls.ListBox.Add ( object  item)

Add and item to this ListBox (thread safe)

Parameters:
itemThe item to add

Definition at line 27 of file ControlExtensions.cs.

new void Sylloge.Controls.ListBox.RefreshItem ( int  index)

Refresh an individual item within the ListBox.

Parameters:
index

Definition at line 51 of file ControlExtensions.cs.


Property Documentation

bool Sylloge.Controls.ListBox.AutoScroll [get, set]

Gets or sets the value indicating wether to auto scroll this control.

Definition at line 21 of file ControlExtensions.cs.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events