mierlp Posted January 24, 2016 Posted January 24, 2016 Hi I have a mainform,- see attachment, where in the right is the uniContainerPanel. How can i get all opened forms in the center of the uniContainerPanel ? Now all forms are placed in the center of the mainform. Regards Peter Quote
bugra Posted January 25, 2016 Posted January 25, 2016 Hi Peter; After set ContainerPanel's AlignmentControl = "UniAlignmentClient" and Layout = "Fit" write this code whenever call your form UniForm1.Parent := UniPanel1; UniForm1.Show(); For more information please check FormWithParent demos. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.