Rahul Kaushik

Rahul Kaushik

  • 1k
  • 605
  • 63.2k

How to add word wrap in list box in c#

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