Textbox padding
I've searched through the internet, I must be using the wrong keywords because I can't find anything. I want to create a textbox that has text starting from a little far from the left. Just like that. As you have most likely discovered, Winforms Textboxes do not have a padding property. Since Panels do expose a Padding property, one technique would be to: Create a Panel Set its border to match a Textbox (e.g., Fixed3D) Set its background color to match a Textbox (e.g., White or Window) Set its padding to your satisfaction (e.g., 10,3,10,3) Add a Textbox inside the panel Set the Textbox's