Fix Add Text

Julie Mumma 0 Reputation points
2026-01-02T17:10:22.2033333+00:00

When using Add Text box, characters are cut off at the end

Microsoft Edge | Other | Windows 11
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2026-01-02T17:10:28.4133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It seems that you are experiencing an issue where characters are cut off at the end of a text box when using the Add Text feature. This could be due to several factors, such as the properties set on the text box or the constraints of the container it resides in.

    To address this issue, consider the following:

    1. Check Text Box Properties: Ensure that the TextWrapping property is set to Wrap to allow text to wrap within the text box. This can help prevent text from being cut off if it exceeds the width of the box.
    2. Set Appropriate Height: If the text box is set to grow vertically, make sure that the Height or MaxHeight properties are appropriately defined to prevent it from exceeding the visible area.
    3. Test in Different Containers: If the text box is placed within a parent container, ensure that the container does not have constraints that limit the visibility of the text box.
    4. Use Multi-Line Input: If you need to allow for multi-line input, ensure that the AcceptsReturn property is set to true.

    If the issue persists after checking these settings, it may be helpful to review the specific implementation or any additional styling that could be affecting the text box's behavior.

    0 comments No comments

  2. DaveM121 831.1K Reputation points Independent Advisor
    2026-01-02T17:46:32.6566667+00:00

    Open Edge.

    Paste this into the Address bar and press Enter:

    edge://flags/

    Perform a search in the Flags settings for New PDF Viewer

    When you find that setting, set it to Disabled.

    Then restart the Edge browser to test if that resolves the problem.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.