Hi.
how to place form into TabPageAdv using c#
this my script but not working corectly.
PUK.PUKChart form = new PUK.PUKChart();
form.TopLevel = false;
Syncfusion.Windows.Forms.Tools.TabPageAdv newtab = new Syncfusion.Windows.Forms.Tools.TabPageExt(form.Text.ToString());
this.tabData.Controls.Add(form);
form.Parent = newtab;
form.Visible = true;
but form place intab without any control on it.
thank.