开发者

How to align items in different rows of ItemsControl? (Silverlight)

开发者 https://www.devze.com 2023-02-13 09:39 出处:网络
How to align items in different rows of ItemsContro开发者_如何学JAVAl?<ItemsControl> <TextBox HorizontalAlignment=\"Right\" Text=\"Right alignment\"></TextBox>

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>
0

精彩评论

暂无评论...
验证码 换一张
取 消