PDA

Click to See Complete Forum and Search --> : How do I wrap text in a list box?


tfullerrex
Jan 23rd, 2000, 10:42 PM
I'm building a small message system, using a listbo to display the messages. However, if a message is longer than the box, it does not wrap, it just goes off the form. I'd rather not use API because the program runs on a Citrix machine.

Any ideas?

MartinLiss
Jan 23rd, 2000, 10:47 PM
Just set its MultiLine property to True at design time.

------------------
Marty
Can you buy an entire chess set in a pawn shop?

tfullerrex
Jan 23rd, 2000, 10:53 PM
List boxes have a MultiLine property? I don't see one.

Thanks.

MartinLiss
Jan 24th, 2000, 11:01 AM
I'm sorry, I misread your question :o
------------------
Marty
Can you buy an entire chess set in a pawn shop?


[This message has been edited by MartinLiss (edited 01-24-2000).]