Is there any way to synchronize my List<string>
with a ComboBox
?
What I'd like to have is my ComboBox, automaticly updating it's content depending on the List's changes.
I've tried using the ComboBox.DataSource
property but this doesn't update the ComboBox, it only fills it once and that's all then, so ...