I have a windows form that has a Panel
that has about six Label
s. Some of the labels are on the left on the Panel
and some at the center. My question is that how do i make all the controls centered when the form is maximized.
For Example:
If the panel controls are like this
Label1 Label2
Label3
Label4 Label5
This is what i want to achieve when the form is maximized
Label1 Label2
Label3
Label4 Label5