Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8836159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:25:40+00:00 2026-06-14T09:25:40+00:00

I am trying to display non-printable characters (space, line break) in a winforms multiline

  • 0

I am trying to display non-printable characters (space, line break) in a winforms multiline textbox, a feature found in most text processing tools.

I am doing this by

textbox.Text.Replace(' ','·').Replace(Environment.NewLine, "¶" + Environment.NewLine);

This works fine so far, but because of the missing spaces automatic word wrap is not working any more.
So I try to measure the length of each line to add the word wrap manually, but I am not getting the desired results:

private int GetTextWidth(TextBox tb)
{
    using (var g = textBox1.CreateGraphics())
    {
        SizeF size = g.MeasureString(tb.Text, tb.Font);
        int width = (int)(size.Width + 0.5);
        return width;
    }
}

GetTextWidth returns different results for different characters. When I type a line of “l”s, then GetTextWidth == textbox.Width will be reached after ~80%, with “M”s a linebreak occurs even before GetTextWidth == textbox.Width.

Using a monospace font is not an option.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:25:42+00:00Added an answer on June 14, 2026 at 9:25 am

    You could try using a Zero width space

    textbox.Text.Replace(" ","·\u200B")
    

    It should still allow line breaks but will not look like anything. Backspaces/deletes will appear to behave oddly so you’ll probably need to acknowledge you’re about to delete a . representing a zero width space (or vice versa) and know to delete both characters with a single key press.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got some non-ascii characters I'm trying to display in a Swing JComboBox. The
I am trying to display a list of my vbulliten threads on a non-vbulliten
I am trying to make a non interactive display for a real estate shop
I'm trying to experiment with the non- JTextArea Swing text components, and in this
I am trying to write a simple utility webcontrol to display one-line messages inside
I am trying to display a dialog in a non-Activity class. Basically, I detect
I'm trying to display data from a non-Sugar table in a custom listview in
I am trying to display an image using purely javascript. I have found various
I am trying to create an application compatible with both retina and non-retina displays.
trying to display data only after variables have been set. $(document).ready(function () { function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.