Is there a maximum number of options that a List Box can display or are the number of options limited by the total number of characters of all the options?
Thanks, Erik
32767 (2^15 -1) is the max. item count.
That number is a lot and works for me and also sounds familiar in general. So I assume then there is no character maximum achieving the 32767 options?