B
BK
Look at the Anchor property
Adam Honek said:I'm getting funny behavior, either it won't scale (the controls) or they
scale overlapping each other, or further still they just move to the edge
of the form.
Adam Honek said:Perhaps scaling is not the right word.
Resizing to fit the container (ie form) when it is resized by the user (ie
mouse drag or maximum button).
I can get it to semi work but my form has a listview at the top half and a
rich text box in the bottom. Depending how I set it one of these will take
control over the entire vertical space thus overlapping (ie hiding) the
other.
I can't really specify a maximum size as I don't know the user's screen
resolution.
Adam
I had to use the split container and panel to get it working, but it works.
Thanks,
Adam
Adam Honek said:I had to use the split container and panel to get it working, but it works.
Thanks,
Adam