I have FORM1 with a panel which is used as a Docksite, in my application.
The application docks 2 other forms into this panel automatically OnForm1Create. Unfortunately, it docks them vertically. I want them to be docked horizontally.
How do I control this through code?