1
Answer

How to add word wrap in list box in c#

Photo of Rahul Kaushik

Rahul Kaushik

9y
7.9k
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)