RoundComboBox - Sample projects
RoundComboBox sample project
The sample project demonstrates various ways, how to use RoundComboBox control.
It demonstrates primarily data binding features of RoundCombbox, in particular binding from these dat sources:
- an Array,
- a List
- a DataTable
It also shows how to use custom icons instead of built-in arrow.
Another demonstrated feature is possibility to type custom strings into RoundComboBox.
The sample is written in:
- C#
