Does anyone know of a listbox type control that can accept more than 32767 items?
Printable View
Does anyone know of a listbox type control that can accept more than 32767 items?
Try one of the grids.
Thanks, should have thought of that myself. I loose the sorting property but can work around that.
You could also use a ListView (with only one column if that's all you need) and it has a Sorted property.