Title: How to show forms on a TScrollBoxprocedure TForm1.Button1Click(Sender: TObject);begin Form2.Parent := ScrollBox1; Form2.Show;end;