求助,panel添加一个了窗体,但是Tooltip不显示了。请问如何解决。。。请问如何解决。。。 Form2 f2 = new Form2();f2.TopLevel = false;f2.Visible = true;panel1.Controls.Add(f2);可以啊。