WPF 设置平均布局 如果隐藏的话,能够自动扩展

xml 复制代码
<UniformGrid Grid.Row="2" Columns="1">
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</UniformGrid >
xml 复制代码
<UniformGrid Grid.Row="2" Rows="1">
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
	<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</UniformGrid >
相关推荐
xcLeigh2 小时前
WPF基础 | WPF 常用控件实战:Button、TextBox 等的基础应用
c#·wpf
踏上青云路18 小时前
xceed PropertyGrid 如何做成Visual Studio 的属性窗口样子
ide·wpf·visual studio
code_shenbing19 小时前
基于 WPF 平台使用纯 C# 实现动态处理 json 字符串
c#·json·wpf
苏克贝塔1 天前
WPF5-x名称空间
wpf
xcLeigh1 天前
WPF实战案例 | C# WPF实现大学选课系统
开发语言·c#·wpf
one9961 天前
.net 项目引用与 .NET Framework 项目引用之间的区别和相同
c#·.net·wpf
xcLeigh1 天前
WPF基础 | WPF 布局系统深度剖析:从 Grid 到 StackPanel
c#·wpf
军训猫猫头2 天前
52.this.DataContext = new UserViewModel(); C#例子 WPF例子
开发语言·c#·wpf
Maybe_ch2 天前
WPF-系统资源
wpf
苏克贝塔2 天前
WPF3-在xaml中引用其他程序集的名称空间
wpf