WPF ComboBox bad blank value
问题 I have a WPF ComboBox that binds to a set of data. I do not have permissions to modify the control directly, nor can I change the data. I'm returned 1 item in my ComboBox, but there are actually 2 rows; the blank row and my expected value. Both appear to have an index value of 0. I don't want to see this blank row, just my expected data in the ComboBox auto-selected. I have looked through everyone's related posts in here, but none of the solutions have worked for my case. I have been