Reputation: 31
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
Reputation: 709
You can change combo-box expansion area directly in dialog editor: http://msdn.microsoft.com/en-us/library/4cta1x1t.aspx
Upvotes: 3