i\'ve changed a WinForms TextBox control to have no border.
TextBox
When i do the bottom pixel row of text in the box is being cut off.
Top:>
You can also fix this in the Visual Studio Designer.
Change the height in the minimum size property for the text box. Change to multiline=true, then back to false. The text box will resize and stay fix.
No code changes needed.