Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtComboBox initially displays dropdown arrow, after selection then tiny scrollbars appear. Collapse All
Subject Author Date
Ryan Pipkin Mar 7, 2007 - 9:42 AM

I’m a newbie but I searched the forum and couldn’t find a similar issue. I used the sample code found in ProfUIS_Controls_800 project for the comboBox. I select from my comboBox which has the dropdown arrow. Instead of seeing a dropdown list, there are tiny scrollbars which only allows one item to appear at a time. I want the combobox to dropdown the entire list. I’ve checked the properties in my project and the sample project. Any help is appreciated.

Suhai Gyorgy Mar 7, 2007 - 11:39 AM

This is MFC problem. The height of the combobox control determines how many rows appear in the dropdown list. In dialog design mode, try making the combobox much higher and check the result in the running application.