gpt4 book ai didi

.net - 如何避免窗口小于 WPF 中 UserControl 的最小大小?

转载 作者:行者123 更新时间:2023-12-04 23:33:57 31 4
gpt4 key购买 nike

我有一个用户控件(一个状态栏),它有一个隐式的最小尺寸(不是通过属性设置的,我的意思是当它达到最小尺寸时,它不能减小并且被裁剪)。

有没有办法让主窗口知道 UserControl 将被裁剪并且不允许它减小其大小?有了像 WPF 这样的智能布局系统,它必须是一种知道它正在裁剪东西的方式。看下一张图:

enter image description here

最佳答案

包括 MinHeight="MinSize" MinWidth="MinSize" <Window> 部分

MinSize = 期望的整数值,例如 400/350 等。

<Window x:Class="IOTA_WPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow"
WindowState="Maximized"
MinHeight="400" MinWidth="650">

关于.net - 如何避免窗口小于 WPF 中 UserControl 的最小大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9319248/

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