I don't think 10k items really stresses its limits ...
TListBox is robust and can used without problems >10 k items.
Sorry, I didn't explained clearly in my previous post.
How can you select an item from a list of 10.000 items? Do you press page down key or click the scroll down button hundred times? Maybe what OP really need is a case-insensitive
searchable listbox. I remember there were some code examples posted on the forum or the OP can simply download and use mine.
For example if user want to select Cairo form a list of city names, if the user type letter 'c', the list will be filtered to show only: Au
ckland, Bar
celona,
Cairo,
Cape Town,
Chicago, Mona
co, San Franci
sco. And if the user then press 'a', the list will be filtered to have
Cairo and
Cape Town only.