How to align items in different rows of ItemsContro开发者_如何学JAVAl?
<ItemsControl>
<TextBox HorizontalAlignment="Right" Text="Right alignment"></TextBox>
<TextBox HorizontalAlignment="Left" Text="Left alignment"></TextBox>
</ItemsControl>
精彩评论