FineUI 官方论坛

标题: 窗体打开最大化的简单实现的新方法 [打印本页]

作者: 过往烟云    时间: 2012-11-4 15:33
标题: 窗体打开最大化的简单实现的新方法
PageContext.RegisterStartupScript(Window2.GetShowReference() + Window2.GetMaximizeReference());
基本没有成功,我这里没有成功过,并且要在页面开始使用,很不方便

我变通实现了,方法如下
   Window_PIC.Top = 0;
   Window_PIC.Left = 0;
    Window_PIC.Height =System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height-20;
     Window_PIC.Width = Screen.PrimaryScreen.WorkingArea.Width-20;

只需要引用using System.Windows.Forms;就可以了







欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4