CComboBox dropdown bit is hidden
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am after a quick fix. I have dynamically created a CComboBox control. It works fine, but the drop down part does not seem to draw. I cannot see any obvious calls to adjust the height of the dropdown Cheers
A quick guess - you actually create a combobox with its full dropped down height on creation. It will self correct the height to one row of text, but remember the original height. Iain.
-
A quick guess - you actually create a combobox with its full dropped down height on creation. It will self correct the height to one row of text, but remember the original height. Iain.