I have a MultiSelect listbox in an application. I retrieve information from an Access (JET) DB to populate it, line by line (as shown above). I have found no way to WRAP TEXT IN A LISTBOX, and I do not want to use a horizontal scrollbar. I have Googled this many times, never finding a solution.
SO, 1 - Is there a way to make a listbox have wrapped text? And if not, then 2 - What control could I use to display long multiple lines of text (like Bible Scriptures) AND STILL HAVE VERTICAL SCROLLBARS to allow for many entries? I've tried a MultiLine TextBox, but I need to be able to select any 'line'....have not been able to figure out how to do this...text1.text always returns the entire text of the textbox. In the example picture, for example (IF I were using a textbox), I would want to click on, say, the second line, and put that line in a separate textbox (or at least identify only the text that is on that line).
I trust I explained this well enough....