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 » Multicolumn combo box Collapse All
Subject Author Date
Paolo Giustinoni Mar 22, 2006 - 4:55 PM

Just one question...
What’s the class that implement your beautiful multicolumn combo box?

Thanks, Paolo

Paolo Giustinoni Mar 23, 2006 - 9:28 AM

Sorry to disturb you..

Can you provide any sample on how to use CExtComboBoxBase or CExtComboBoxFilterPopupListBox?

Thanks. Paolo

Technical Support Mar 23, 2006 - 11:15 AM

We just added a new FAQ How to enable and use the multicolumn pop-up list box in the CExtComboBox control?, which also includes a sample project.

Paolo Giustinoni Mar 23, 2006 - 12:27 PM

Thank you for your answer..

How can I make the list box resizable?

Thanks, Paolo.

Technical Support Mar 24, 2006 - 5:28 AM

You cannot make the standard pop-up list box resizable in a simple way. The resizable list box is the AutoFilter popup list box which drops down when you are typing in some text. This behavior is the same as in the IE address combo box. To enable the AutoFilter popup list box, simply select Dropdown in the Type combo box (on the Combo Box Properties dialog) and set the m_bEnableAutoFilter property to true.