Multiline TextBox Issue in Windows 10 1809

  • Thread starter Thread starter avoriv
  • Start date Start date
A

avoriv

Guest
After installing Windows 10 1809, the last visible line in the Windows Form TextBox is truncated vertically.


Repro Steps:

1. Create a winforms application with a textbox control.

2.Setting the multiline is true.

3 .Re-size the textbox controls

Actual Results:

the last visible line in the Windows Form TextBox is truncated vertically. See details in the repro gif.

1452292.gif


Expected results: the last visible line was either displayed completely or not displayed. (Using 1803 and all older Windows)

See details in the repro gif.


1452298.gif

Continue reading...
 
Back
Top