如何在调整表单大小时自动调整网格大小?
当我的表单调整大小时,如何自动调整网格或其他子组件的大小?
How to automatically resize grid or another child component when my form is resized?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
当我的表单调整大小时,如何自动调整网格或其他子组件的大小?
How to automatically resize grid or another child component when my form is resized?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
将网格
Width
属性设置为“列宽”,将Height
设置为“列高”。对任何外部容器(组、选项卡、选项卡页等)执行此操作。StringEdit
和其他一些控件可以做同样的事情。Set the grid
Width
property to "Column width" andHeight
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.将宽度和高度的值分别更改为“列宽”和“列高”。
Change values of width and height to 'column width' and 'column height' respectively.