Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,892 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to increase the increase the gap between the written text and Bottom border of a textbox control . Please suggest me a solution .
You can set the TextBox Multiline and call EM_SETRECT
(I used it in this sample for example)
Hi
You can increase the margin, font size and try.