====Destroy Layout==== //(Taken from a forum thread)// ---- ====Description==== You can destroy a layout using : app.DestroyLayout(layout); Note : This method also destroys all the child objects of the layout. This method releases space occupied by the layout and it's child objects. However, if you don't have significantly large number of objects, you shouldn't be worried.