S
Saurabh
Hi All,
I have in my windows form, a set of controls which is Label, Edit, Label and
another edit. These are lined up horizontally. When I resize the form
horizontally, I want both the edit controls to grow by an equal amount.
which means
label 1 stays where it is
edit1 stays where it is but increases in width
label 2 moves horizontally but retains the size
edit 2 moves horizontally and increases in width.
Can this be easily achieved in the designer or do I have to write code for
it ?
TIA,
--Saurabh
I have in my windows form, a set of controls which is Label, Edit, Label and
another edit. These are lined up horizontally. When I resize the form
horizontally, I want both the edit controls to grow by an equal amount.
which means
label 1 stays where it is
edit1 stays where it is but increases in width
label 2 moves horizontally but retains the size
edit 2 moves horizontally and increases in width.
Can this be easily achieved in the designer or do I have to write code for
it ?
TIA,
--Saurabh