4

How can the padding (as shown in red) be removed from the TextBox?

enter image description here

1

1 Answer 1

9

You can set negative values for padding.

e.g.

<TextBox Padding="-2" Width="100" Height="18"></TextBox> 

It will look like enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

You can adjust the padding as per your need.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.