如何解决C#中多个panel重叠问题

来源:互联网 发布:荷兰留学知乎 编辑:程序博客网 时间:2024/05/01 18:51


            this.panelShowForm.ResumeLayout(false);
            this.panelForm.ResumeLayout(false);
            this.panelListView.ResumeLayout(false);
            this.panelList.ResumeLayout(false);
            this.panelTool.ResumeLayout(false);
            this.panelTool.PerformLayout();
            this.panelSear.ResumeLayout(false);
            this.panelSear.PerformLayout();
            this.panelDeal.ResumeLayout(false);
            this.panelDeal.PerformLayout();
            this.panelWrite.ResumeLayout(false);
            this.panelWrite.PerformLayout();
            this.panelVersion.ResumeLayout(false);
            this.panelVersion.PerformLayout();

            this.ResumeLayout(false);



主要是这一部分的代码

如果你将几个panel的顺讯进行调换的话肯呢个效果就不是你想要的

这样的话就会因为DOCK的毛点配置问题也不会出现你所想要的那种效果!


0 0
原创粉丝点击