文章出處

<Window x:Class="WrapPanel.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="300" Width="310">
    <Grid>
        <WrapPanel Orientation="Vertical" HorizontalAlignment="Right"><!--設置流方向為垂直,內部控件的對齊方式是向右-->
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
            <Button Content="OK" Width="50" Height="50"></Button>
        </WrapPanel>
    </Grid>
</Window>

截圖:

   

 

 

 


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()