| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| What would be the best way to resize these controls dynamically as the form resizes? You'll notice I have 18 controls there (9 labels, 9 other assorted controls). What I want to be able to do is to have labels and controls resize as i resize the form. Obviously i dont want the labels to resize themselves but they will need to move based on the size of the controls.
What would be the best way to approach this?
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 10:38:53 PM Posts: 2,683, Visits: 1,883 |
| In that instance, you would be best served to use a TableLayoutPanel... you create cells and place the controls in the cells. Then, you can devine column widths as percentages & dock the TableLayoutPanel or anchor it.
www.bungie.net |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 07/09/2008 2:20:16 PM Posts: 436, Visits: 944 |
| | Thanks! Thats a standard .NET control. Do you guys have your own version of that control? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| You can just use the standard .NET control. |
| |
|
|