I am dynamically creating a combobox like this:
public Control GenerateList(Question question) { // Get a list with answer possibilities List
Solution:
The SelectedValue, SelectedIndex, SelectedItem properties can't be set until the control is added to the form. After the control is added to the form, the selectedValue, -Index and -Item properties can be set.