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?
Comments
:
: 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?
:
:
You can use the DockOrientation property for this. The help files contain more info on this property.