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 » Elegant Ribbon Tech Support » 4.2 ListBox and ComboBox Collapse All
Subject Author Date
John Howe Aug 14, 2011 - 3:20 AM

Hi Guys,


These controls appear to be mssing the usual BeginUpdate() and EndUpdate() methods.


If this is by design, how would you load a couple of thousand items without the box continually updating?


Regards


John


 

Technical Support Aug 18, 2011 - 1:55 AM

We have to admit that ComboBox doesn’t really provide a way to load large amounts of data so we will fix this in the next version. Regarding the ListBox: it implements the ISupportInitalize interface which can be used when large amounts of data is being added.