<Windowxmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"Title="WpfApplication1" Height="300" Width="300"><Grid><Grid.RowDefinitions><RowDefinition Height="*"/><RowDefinition Height="Auto"/><RowDefinition Height="*"/></Grid.RowDefinitions><Grid.ColumnDefinitions><ColumnDefinition Width="*"/><ColumnDefinition Width="Auto"/><ColumnDefinition Width="*"/></Grid.ColumnDefinitions><Label Content="Left" Grid.Column="0" Background="LightBlue" /><GridSplitterVerticalAlignment="Stretch"HorizontalAlignment="Stretch"Grid.Column="1"Width="5"Grid.RowSpan="3"/><Label Content="Right" Grid.Column="2" Grid.Row="2" Background="LightBlue" /><Label Content="Top" Grid.Column="2" Background="LightGreen"/><GridSplitterHorizontalAlignment="Stretch"VerticalAlignment="Stretch"Grid.Row="1"Width="Auto"Height="5"Grid.ColumnSpan="3"/><Label Content="Bottom" Grid.Column="0" Grid.Row="2" Background="LightGreen" /></Grid></Window>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。