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 >
相关推荐
明耀5 小时前
WPF TabControl 设置item不能点击
wpf
军训猫猫头6 小时前
20.抽卡只有金,带保底(WPF) C#
ui·c#·wpf
晚安苏州19 小时前
WPF DataTemplate 数据模板
wpf
甜甜不吃芥末2 天前
WPF依赖属性详解
wpf
Hat_man_2 天前
WPF制作图片闪烁的自定义控件
wpf
晚安苏州3 天前
WPF Binding 绑定
wpf·wpf binding·wpf 绑定
wangnaisheng3 天前
【WPF】RenderTargetBitmap的使用
wpf
dotent·4 天前
WPF 完美解决改变指示灯的颜色
wpf
orangapple5 天前
WPF 用Vlc.DotNet.Wpf实现视频播放、停止、暂停功能
wpf·音视频