8,719
社区成员




<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="SilverlightApplication7.MainPage">
<Grid x:Name="LayoutRoot" Background="White">
<ScrollViewer Margin="0">
<StackPanel Background="#FF4E7A46" MaxWidth="1024">
<Rectangle Fill="#FFB12525" Stroke="Black" Height="100" Margin="0" Width="500"/>
<Button Height="17" Content="测试1测试1测试1测试1测试1测试1测试1测试1测试1"/>
<Button Height="17" Content="测试1测试1测试1测试1测试1测试1测试1测试1测试1"/>
</StackPanel>
</ScrollViewer>
</Grid>
</UserControl>