1
Reply

How to add word wrap in list box in c#

Rahul Kaushik

Rahul Kaushik

Mar 20 2016 2:40 PM
1.2k
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)