Child表单自动调整大小问题

Child表单自动调整大小问题

本文介绍了C#Mdi Child表单自动调整大小问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么例如,当我在MDI容器中加载子表单时,表单会自动调整大小?

它真的需要看起来很完美,这就是我在这里问的原因,也许有人有这个之前的问题并且知道解决方案,

这就是我在视觉工作室中看到儿童表格的方式:

[]

这就是我在实际应用程序运行时的看法:

[]



btw是visual studio 2013,希望你能提前帮助,谢谢你。 />


[

因为你可以看到图片框很小,

按钮的镜像因为看起来有所改变更接近..

]

Why for example, when I load a child form in my MDI container, the form is auto resized?
It really need to be perfect looking and thats why i asked here, maybe someone had this problem before and knows the solution,
this is how i see the child form in my visual studio:
http://i.imgur.com/IMisYt5.png[^]
and this is how i see it in the actual application when its running:
http://i.imgur.com/tOQ3QLK.png[^]

btw is visual studio 2013, hope you will help, thanks in advance.

[
as you can see the picturebox is smalled,
the mirgin of the buttons is changed since they look much closer..
]

推荐答案


这篇关于C#Mdi Child表单自动调整大小问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 14:47