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 >
相关推荐
c#上位机18 小时前
wpf之TabControl
c#·wpf
mingupup18 小时前
WPF应用最小化到系统托盘
wpf
qiangshang9901261 天前
WPF+MVVM入门学习
学习·wpf
DASXSDW1 天前
Abp vNext-事件总线使用实现及解析
ui·wpf
纸照片1 天前
【邪修玩法】如何在WPF中开放 RESTful API 服务
后端·wpf·restful
啊丢_2 天前
WPF基本布局容器与控件
wpf
c#上位机2 天前
wpf之RelativeSource用法总结
c#·wpf
玖笙&5 天前
✨WPF编程基础【2.1】布局原则
c++·wpf·visual studio
玖笙&5 天前
✨WPF编程基础【2.2】:布局面板实战
c++·wpf·visual studio
SEO-狼术5 天前
.NET WPF 数据编辑器集合提供列表框控件
.net·wpf