Hi, I'm busy creating new GUI's and have come up against a bit of a wall. I can create my form in any shape I want using GraphicsPath and Region. However there is a set area in my forms that I want any controls to be created.
The best way I can explain this is for example, if you have a form with padding all(8) the controls on the form will fall into this inner rectange.
How can I create an area on my form that acts similar to padding?
The best way I can explain this is for example, if you have a form with padding all(8) the controls on the form will fall into this inner rectange.
How can I create an area on my form that acts similar to padding?
Comment