Wordwrap in TextBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AlexBur
    New Member
    • Aug 2008
    • 3

    Wordwrap in TextBox

    Hi everybody.

    I learn C# several month only and sometimes have problems with it. I hope somebody will help me. When wordwrap is active and i add text to the TextBox i have strange result, some words are cut. All i want is correct word division like in mobile word. Is it possible to realise words division without using own functions.

    Thanks.
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Is multiline set to "true" on the textbox?

    Comment

    • AlexBur
      New Member
      • Aug 2008
      • 3

      #3
      Yes, of course, multiline set to "true"

      Comment

      • bellam31
        New Member
        • Aug 2008
        • 4

        #4
        Im new to C# too and havn't tried this out but I read somewhere you can just write:

        textBox1.WordWr ap = true;

        Comment

        • bellam31
          New Member
          • Aug 2008
          • 4

          #5
          Sorry, I miss read your question. Thought you were asking how to wraptext

          Comment

          Working...