![]() |
Sylloge
A C# helper library
|
An extended ListBox class that allows for refreshing individual items, autoscrolling, and thread safe item addition. More...
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. | |
An extended ListBox class that allows for refreshing individual items, autoscrolling, and thread safe item addition.
Definition at line 14 of file ControlExtensions.cs.
| void Sylloge.Controls.ListBox.Add | ( | object | item | ) |
Add and item to this ListBox (thread safe)
| item | The 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.
| index |
Definition at line 51 of file ControlExtensions.cs.
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.
1.7.4