gpt4 book ai didi

wpf - 拉伸(stretch) wpf 选项卡控件内容

转载 作者:行者123 更新时间:2023-12-04 03:15:08 28 4
gpt4 key购买 nike

即使选项卡项为空,我也试图在调整大小时拉伸(stretch) wpf 选项卡控件内容以适合屏幕。似乎没有拉伸(stretch)属性?

最佳答案

我刚刚尝试了下面的代码,矩形似乎可以正确拉伸(stretch)。如果我从 TabItem 中删除 Border & Rectangle,TabControl 也会正确拉伸(stretch)。也许我不明白你所说的“空”是什么意思,但试一试。

<Grid>
<TabControl HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<TabItem Header="Item 1" Name="tabItem1">
<Border Margin="5" BorderBrush="Red" BorderThickness="3">
<Rectangle Fill="Pink" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/>
</Border>
</TabItem>
</TabControl>
</Grid>

关于wpf - 拉伸(stretch) wpf 选项卡控件内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3750913/

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