| Articles |
| dsLed |
A simple component that looks like 3D light effect diode (LED). On and off color can be set. OnChange event occurs when on/off state changes.
| dsListBox (part 1) |
This list box can handle items reorder with drag and drop. OnReorder event occurs when drag and drop is complete, telling us from which to which position item was dragged. When item is dragged visual inication of a new position is drawn.
| dsListBox (part 2) |
This list box shows a hint for items that are longer than list box’s width. OnMouseLeave event is implemented as well.
| dsListBox (part 3) |
With this list box you can edit items directly in list box. Editing is called with EditItem method.
| dsStatusBar |
This is a short article about status bar which can accept other controls dropped on it.
| dsTimer |
A timer component. Start, stop, split and reset are implemented.