Unbound items in a bound ComboBox
Introduction It is sometimes necessary to add items to a bound ComboBox that will appear at the beginning of the drop-down list. If you ever tried to add items to a ComboBox that was bound, you probably know that an ArgumentException is thrown, saying that Cannot modify the Items collection when the DataSource property is … Read more