I have a list box that is displaying 2 columns that are 254 character length text boxes. They display on one line in the list box...isn't there a multiline in the textbox. I cant seem to find it...
I don't think so. An 'Item' is what a listbox will display on a line, so you would need to split the 255 character string. Of course, this then becomes a mess because if a user selects the 1st or 2nd part of the same 'record', you would need to figure out how to select the correct item (if not allowing multi-select, then problem may not be so tough).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.