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 General Discussion » CExtComboBox drop-down width Collapse All
Subject Author Date
Krustys Donuts Jan 25, 2010 - 11:33 AM

Dear Support,


I have multiple text-only CExtComboBox controls on my interface. When the drop-down list is displayed, any text items with extents greater than the width of the control are truncated. Is there any way to allow the drop-down list to grow in width such that the entire item is displayed?


Gil

Technical Support Jan 25, 2010 - 1:47 PM

Both CComboBox and CExtComboBox controls do not affect the width of a popup list box. You should invoke the CComboBox::SetDroppedWidth() method manually.