// This method explicitly calls raises the layout event on // LayoutControl1, changing the Bounds property. private void Button1_Click(System.Object sender, System.EventArgs e) { LayoutControl1.PerformLayout(LayoutControl1, "Bounds"); }