I am not using customTemplate. It is just a plain simple sample:
In my .cs file, I have:
When first run, the combobox will get the first index, and should show FULL in the display. However, it doesn't show anything.
Until, I add this line:
then it will show.
After binding the source, I want it select the first value, instead of the empty row.
Is there a way to force it to select the first index right away?