10
StackPanel의 자식 요소를 어떻게 배치합니까?
StackPanel이 주어지면 : <StackPanel> <TextBox Height="30">Apple</TextBox> <TextBox Height="80">Banana</TextBox> <TextBox Height="120">Cherry</TextBox> </StackPanel> 자식 요소 자체의 크기가 다르더라도 자식 요소의 간격을 동일하게 유지하는 가장 좋은 방법은 무엇입니까? 개별 어린이 각각에 속성을 설정하지 않고 수행 할 수 있습니까?
187
wpf
silverlight
xaml
stackpanel