Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TabPage newtab = new TabPage(); newtab = tabPage2; Acc1Tab.Controls.Add(newtab);
使用我通过设计模式创建的带有按钮、标签的 tabPage2...当 Doubleclick ListViewItem 事件发生时,我使用此代码添加新选项卡。但是,如果我双击一次它运行正确的按钮,我再单击一次此选项卡将是白色的,它不包含任何内容,并且前一个选项卡是相同的。