问题描述
我有没有border的自定义窗体。我在子窗体上应用该自定义窗体。我有自定义MDIParent表格,也没有边框。所以,我的问题是当我最大化子窗体然后顶部边框出现在MDIForm的侧面那么如何使用c#来管理或解决这个问题。查看我的快照以获取我的问题的更多细节我想从顶部删除最大化按钮的边框自定义MDIForm。
我尝试过:
我在堆栈溢出和许多其他网站上尝试了许多解决方案。
I have custom windows form that has no border.I apply that custom form on child form. And I have custom MDIParent Form that has also no border. So, My problem is when I maximise child form then top border of is appear out side of MDIForm so how can manage or solve this issue using c#.See my snapshot for more detail of my problem I want to remove border with maximise button from top of the custom MDIForm.
What I have tried:
I tried many solution available on stack overflow and many other web site.
推荐答案
这篇关于如何在C#中使用少边框MDI格式管理边框较少的子窗体?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!