Stack-----堆,默認(rèn)為從上到下??赏ㄟ^(guò)屬性Orientation="Horizontal "設(shè)置為左到右,
<Button DockPanel.Dock="Top|Right|Bottom|Left" Content="Button 1" />
<TextBox DockPanel.Dock="Top|Right|Bottom|Left" Content="This is my content" />
<StackPanel>和<DockPanel>都可以使用下面的追加屬性。
HorizontalAlignment (水平隊(duì)列)= LEFT/RIGHT/ CENTER/ STRETCH
VerticalAlignment (垂直隊(duì)列)=TOP/ BOTTOM/ CENTER/ STRETCH
<StackPanel VerticalAlignment ="Bottom ">
<Label HorizontalAlignment="Right " Width="100 ">
<ColumnDefinition Width="Auto "> </ColumnDefinition>
<ColumnDefinition Width="Auto "> </ColumnDefinition>
<RowDefinition Height="Auto " />
<RowDefinition Height="Auto " />
Width="100 ">Username </Label>
Width="150 ">username@example.com</TextBox>
<Canvas Canvas.Top="100" Canvas.Left="200">
<Label Canvas.Top="0" Canvas.Left="0" Background="Red">0,0</Label>
<Label Canvas.Top="0" Canvas.Left="100" Background="Red">0,100</Label>
<Label Canvas.Left="100" Canvas.Top="100">100,100</Label>
<Label Canvas.Left="0" Canvas.Top="100">0,100</Label>
聯(lián)系客服