ComboBox is a .NET CF control perfect for displaying a list of items yet saving precious space on a small display of a Windows Mobile device. Contrary to standard ComboBox it provides attractive visual GUI and, of course, the expanded list of items can be finger scrolled. NEW: Databinding support allows you to bind your Combobox to different data sources (e.g.array, List<>, DataTable, SQL CE DataBase). |