Hi,

I wanted to load a lot of items into the listbox and found out its limitation i.e I try to load 1000 lines of long words, it hit to the max.

So my questions:

Is it possible to bypass the max size limitation or is there other control that can handle better than listbox?

Can I load from an external CSV or Excel file and display in a way like every row will show from 1 to 1000 and I would set the value in the background means 1 stands for ABCDEFG.

Please advise