I have a ComboBox with isEditable property true. What I am trying to do, is imitate a search box (like the searchbox from imdb.com for example). In this ComboBox I need to load a list of images and a titles. The elements from ComboBox are loaded depending on what the user typed in it.
The main problem is that my app freeze while loading the elements for ComboBox, so I thought that would be a good ideea to create a separate thread for the ComboBox, but I don't know if it's the best ideea or how could I do it.