I'd like to have several Textbox controls within a panel. Each Textbox will
have its .Dock property set to Top. This enables all of the Textbox controls
to resize as the panel resizes, which is the effect I'd like.
However, since each Textbox has its .Dock property set to Top, the Textbox
controls have no space between them. I'd like to have some space between the
Textbox controls. How can this be easily achieved? Or should I be satisfied
that the Textbox controls have a common top and bottom edge?
Thanks!