What is the maximum row size of a list box, including multiple columns....
Thanks
Printable View
What is the maximum row size of a list box, including multiple columns....
Thanks
do not know, but I have some 4k lines in the list and it still works.
my quess is that it is the size of an integer (32766 or 65536).
And is this the number of elements/lines or is it the actual
bytes? my 4k files definitely is bigger than int bytes already so
I guess it is the number of lines.