I have a TComboBox
with csOwnerDrawFixed
style.
I've set the DropDownCount
to 20. When there are many items in the list, it is only showing 16.
When there are 2 items in the list, it only shows one, with a scrollbar to select the other.
When there is only one item in the list, the DropDown is completely empty!
How can I fix this?
I am asking the question and giving the answer. I spent hours looking for the solution and eventually found the answer after getting a clue from a post on some other web site. I thought I would put my answer here so that future visitors with the same problem can find the answer easily.