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 » slow CExtGridCellComboBox Collapse All
Subject Author Date
Raphael Verdier Jun 6, 2018 - 8:17 AM

In our application we use CExtGridCellComboBox inside CExtGridWnd.


We need to add more than 10000 items in the CExtGridCellComboBox


It’s very slow to open the list inside the CExtGridCellComboBox.


The slowness comes from the function CExtpopupmeuwnd::trackpopupmenu


We have the same problem in your sample profuis_control


How to resolve this problem ?


 


best regards


 

TSELLC Support Jun 6, 2018 - 9:27 AM

Check this article:

"Speeding up adding items to a combobox or listbox" from https://blogs.msdn.microsoft.com/oldnewthing/20040610-00/?p=38933/

TSELLC_Support