-1

How do i move Texbox inside of a Grid's Row 20px from the left? I don't care if it is done in code or in XAML. I know it seems like a simple solution, but can't find any property to do this.

4

1 回答 1

1

Use the Margin property:

<TextBox Margin="20,0,0,0" />
于 2013-01-25T13:02:27.063 回答