问题描述
我正在使用VS 2005。
I m using VS 2005.
我开发了一个监视器分辨率设置为1920x1080的应用程序。
I developed an application with monitor resolution set to 1920x1080.
现在我使用的是穷人质量监视器和显示器分辨率为1024x768。
Now i m using a poor quality monitor and monitor resolution is 1024x768.
由于分辨率较低,在Windows窗体设计器中查看"窗体"。被裁剪,并且没有显示完整的表格。请注意,暂时,我只是希望我至少可以使用滚动
栏或其他东西在设计器视图中查看整个表单。我不是在谈论执行应用程序然后查看整个表单,我只是想在设计器视图中查看整个表单。
Due to lower resolution, in the Windows Form Designer View the "Form" is cropped and the full form is not being displayed. Please note that for the time being, i just want that i can at least view the whole form in the designer view using a scroll bar or something. I m not talking about executing the application and then viewing the entire form, I just want to view the entire form in the designer view.
推荐答案
默认情况下,如果表单大于可用设计区域,则窗体设计器将具有滚动条:
by default windows forms designer will have scrollbars if the form is larger than the available design area:
你能不能发布VS IDE的图像,以便我们看到你在说什么?
Could you post an image of the VS IDE so we can see what you are talking about ?
你需要在一些免费文件托管服务上传图像(你可以试试
skydrive )然后在此处发布链接... image
You need to upload the image on some free file hosting service (you can try skydrive) and then post a link back here ... image
(您也可以通过在H中修改帖子来嵌入该图片TML模式(有一个切换到HTML模式的按钮)和addin标签< img src ="您之前上传的图片的地址" />
(you could also embed that image by modifying your post in HTML mode (there is a button to switch to HTML mode) and addin tag <img src="address of the image you uploaded earlier"/>
祝您好运,
Vladimir
Best regards,
Vladimir
这篇关于在不同分辨率下查看控件时裁剪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!