I added some controls to my form and changed Anchor property how I'd expect this to work, but when I resize the form at the runtime, the controls stay at the same place.
For example, I have two buttons in bottom right corner of a form - they are on the form, no containers or anything like that. Anchor = Bottom, Right. FormBorderStyle = Sizable. But when I drag-resize the form while running, buttons do not move.
Am I missing something?
c# 2005
Anchor
toBottom, Right
. If this actually works, it means that there are something wrong in the way things are done in your original form - see answers from others for figuring it out. If the new form does not work, I have NO idea what's wrong... - awe