如何在调整表单大小时自动调整网格大小?

发布于 2024-12-28 18:38:24 字数 36 浏览 1 评论 0原文

当我的表单调整大小时,如何自动调整网格或其他子组件的大小?

How to automatically resize grid or another child component when my form is resized?

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

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

发布评论

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

评论(2

无言温柔 2025-01-04 18:38:24

将网格 Width 属性设置为“列宽”,将 Height 设置为“列高”。对任何外部容器(组、选项卡、选项卡页等)执行此操作。

StringEdit 和其他一些控件可以做同样的事情。

Set the grid Width property to "Column width" and Height to "Column height". Do so for any outer container (group, tab, tab-page and so on).

StringEdit and some other controls can do the same thing.

少女的英雄梦 2025-01-04 18:38:24

将宽度和高度的值分别更改为“列宽”和“列高”。

Change values of width and height to 'column width' and 'column height' respectively.

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