如何停止 Windows::Forms::Dialog 向一个方向调整大小?

发布于 2024-09-28 14:21:07 字数 98 浏览 2 评论 0原文

我有一个对话框,我可以通过编程方式更改其高度。现在的问题是,如果用户想查看更多信息,我想允许用户水平扩展它。

如果允许用户调整对话框大小,如何阻止对话框垂直调整大小?

I have a dialog box which I programatically alter the height of. The problem now is that I'd like to allow the user to expand it horizontally if they want to see more information.

How can I stop the dialog from resizeing vertically if I allow the user to resize it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝影如岚 2024-10-05 14:21:07

您可以将MinimumSize 设置为当前大小,将MaximumSize 设置为最大大小,高度与MinimumSize 中的相等,宽度=800(或其他一些非常大的数字)。

You can set MinimumSize to current size and MaximumSize to, well, maximum size, with height equal as in MinimumSize, and width=800 (or some other really big number).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文