表格屏幕尺寸调整控制尺寸 [英] Form Screen Size Adjust Control Sizes

查看:141
本文介绍了表格屏幕尺寸调整控制尺寸的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我目前正在使用Visual Basic应用程序,目前我已经创建了一个表单。我想知道并且一直在寻找一种方式,所以当用户重新调整表单大小时,控件的大小会根据用户变大或变小来改变。



另外我要研究的是,根据用户特定的屏幕大小启动表单时,控件会调整到一定的大小,以便他们可以轻松查看并使用控件。



谢谢。

Hello all,

I am currently working on a Visual Basic application and I currently have a form created. I was wondering and been looking for a way so when the user re-sizes the form the controls will change in size depending on the user making it bigger or smaller.

Also another thing I am looking into is when the form starts up depending on the users specific screen size have the controls adjust to a certain size so they can easily see them and use the controls.

Thank you.

推荐答案

不要。这是可能的,但它很少结束。

问题是虽然很容易增长和缩小控件本身(在.NET版本的VB中可以使用Dock和Align属性自动生成)不会改变任何字体大小,因为系统将其设置为对用户舒适 - 并且他可以调整它以应对他视觉中的任何缺陷。所以你往往得到的按钮是如此之小,你无法得到它们的文字,或者一个巨大的按钮,中间有小文字。



除非你的应用程序是从头开始设计的,允许不同的分辨率,从来没有看起来非常好。看看Visual Studio的工作方式:中央工作区和边缘的工具箱。随着VS变得越来越小,工具保持相同的大小,但工作区/工具箱扩展和收缩。除非您的应用程序类似,否则这不是一个好主意!
Don't. It's possible but it rarely ends well.
The problem is that while it's easy to grow and shrink the controls themselves (in the .NET version of VB that can be automatic using the Dock and Align properties) that doesn't change any font size, because that is set by the system to be "comfortable" for the user - and he can adjust that to cope with any deficiencies in his vision. So what you tend to get is buttons so small you can't get the text on them, or a massive button, with tiny text in the middle.

Unless your app is designed from scratch to allow for different resolutions it never looks very good at all. Have a look at the way Visual studio does it: a central work area and "tool boxes" around the edges. As VS gets bigger and smaller, the tools stay the same size, but the work area / toolboxes expand and contract. Unless your app is similar, it's not a good idea!


这篇关于表格屏幕尺寸调整控制尺寸的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆