Dock & Anchor question

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

This maybe a very simple question, but i can't find the answer.
I placed a button dead center in the middle of the form. How do I
anchor it (or dock it or whatever), so that it always remains in the
middle of the form, regardless of how I resize the form?

Can the anchor property be of help, of do I have to do it manually in
response to form_resize?
 
Frank Rizzo said:
I placed a button dead center in the middle of the form. How do I
anchor it (or dock it or whatever), so that it always remains in the
middle of the form, regardless of how I resize the form?

Set its 'Anchor' property to 'None'.
 
Back
Top