user2895168
user2895168

Reputation: 31

MFC combobox dropdown/drop list: displaying only one item

I've got several comboboxes which has approx. 40 items in each of them and no matter what I've tried to set in the VS 2013 comboxbox parameter box, it still shows only one item at time. I want to show several items at one time (doesn't matter if there will be vertical scrollbar or not) right now it looks like this

https://i.sstatic.net/TaFDh.jpg

thank you for possible ideas.

mk

Upvotes: 1

Views: 3398

Answers (1)

You can change combo-box expansion area directly in dialog editor: http://msdn.microsoft.com/en-us/library/4cta1x1t.aspx

Upvotes: 3

Related Questions