Is there a Max on row in a listbox ?
I will not be able to display more than 1024 characters per row in a list box. Why?
Printable View
Is there a Max on row in a listbox ?
I will not be able to display more than 1024 characters per row in a list box. Why?
hi
Maximum number of items is 32K; the limit on the size of each item is 1K (1024 bytes).
regards
Stuart
Well you can always use a ListView if you have all these thing to wrote in a line. Because I think than 1024 chars is a lots for 1 line.Quote:
I will not be able to display more than 1024 characters per row in a list box. Why?