I have a Winforms ComboBox that contains instances of a custom class. When the items are first added to the Items collection of the ComboBox, the
ComboBox
You should be able to do this by calling the RefreshItems() method.
RefreshItems()