![Silverlight layout of StackPanel Silverlight layout of StackPanel](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJKVN0ZxKg64ZBYAi1MPPUW4gtKUXUkRean-ImVPv8vdzR-5BAO4C2v87_7b25zTOAatGiNt1flgZXfVh3f1CfqtCVeaWXLEAkmzB4mxKUc7G8wCv4YRtZOB4IKJpg3xpt5ejmzPUGfNQ/s400/SilverLight_StackPanel.png)
<Grid x:Name="LayoutRoot" Background="White">
<StackPanel Background="Gray" Width="400">
<Button Content="Button"></Button>
<Button Content="Button"></Button>
<Button Content="Button"></Button>
<Button Content="Button"></Button>
<StackPanel Orientation="Horizontal" Background="LightGray">
<Button Content="Button"></Button>
<Button Content="Button"></Button>
<Button Content="Button"></Button>
<Button Content="Button"></Button>
</StackPanel>
</StackPanel>
</Grid>
No comments:
Post a Comment