Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Texbox をグリッドの行の左から 20px 内に移動するにはどうすればよいですか? それがコードで行われるか XAML で行われるかは気にしません。簡単な解決策のように思えますが、これを行うためのプロパティが見つかりません。
Margin次のプロパティを使用します。
Margin
<TextBox Margin="20,0,0,0" />