NervousRex
Programmer
Sorry if this is wrong forum to post this...
Easiest way to explain this is: I am trying to replicate an HTML table design of 2 columns with 50% widths. Meaning that as the page size is increased, both columns grow equally.
I'm trying to do this on a windows form...with two group boxes. As the page is resized, I would like them to grow equally so that they remain in same relative positions. Is there an easy built in way to do this, or do I need to set the sizes and position through code when the form is resized?
|[<--->] [<--->]|
Easiest way to explain this is: I am trying to replicate an HTML table design of 2 columns with 50% widths. Meaning that as the page size is increased, both columns grow equally.
I'm trying to do this on a windows form...with two group boxes. As the page is resized, I would like them to grow equally so that they remain in same relative positions. Is there an easy built in way to do this, or do I need to set the sizes and position through code when the form is resized?
|[<--->] [<--->]|