gpt4 book ai didi

c# - 设置网格以填充整个屏幕

转载 作者:太空宇宙 更新时间:2023-11-03 18:27:14 24 4
gpt4 key购买 nike

问这个问题我觉得很蠢,但是我怎样才能设置一个网格来使用我的 wpf 页面的整个空间呢?我似乎无法将它的高度设置为“*”,我希望它在我更改它们时填充整个“DesignHeight/Width”。谢谢!

<Page x:Class="Aud10.MenuHome"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d" Title="MenuHome" d:DesignHeight="860" d:DesignWidth="1196">
<Grid Height="860" Width="1196">
<Grid.RowDefinitions>
<RowDefinition Height="0.5*" />
<RowDefinition Height="0.5*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="0.333*" />
<ColumnDefinition Width="0.333*" />
<ColumnDefinition Width="0.333*" />
</Grid.ColumnDefinitions>
</Grid>
</Page>

最佳答案

只需完全删除宽度高度设置,网格就会自动填满所有可用空间。

关于c# - 设置网格以填充整个屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31671444/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com