Smobiler上海石磨_.NET移动开发平台

标题: tabPageView重新绘制页面 [打印本页]

作者: zch0928    时间: 2020-4-29 22:40
标题: tabPageView重新绘制页面
如何让页面重新绘制
绑定页面的方法为:
private void SmobilerForm1_Load(object sender, EventArgs e)
        {
            tabPageView1.Controls.Add(new HomePage(){ Dock = System.Windows.Forms.DockStyle.Fill });
            tabPageView1.Controls.Add(new UserPage(){ Dock = System.Windows.Forms.DockStyle.Fill });
            tabPageView1.Controls.Add(new ActivePage(){ Dock = System.Windows.Forms.DockStyle.Fill });
            toolBar1.SelectedIndex = 0;
        }






欢迎光临 Smobiler上海石磨_.NET移动开发平台 (https://www.smobiler.com/) Powered by Discuz! X3.2