1
Answer

How to add word wrap in list box in c#

Rahul Kaushik

Rahul Kaushik

8y
1.2k
1
I was building a UDP protocol chat program and i was stuck in a problem whenever my text length goes up from 34 the text get hide after the length 34 ....so i want to add wordwrap in my listbox... means whenever the textlength is greater than 34 the wordwrap should happens in the listbox
Answers (1)