How to center a text

  • Thread starter Thread starter David N
  • Start date Start date
D

David N

Hi All,

I have a text object that displays a string of text on a form object. The
text string is displayed centerred in the parent form. How do I center the
text if the parent form object is about to resize?

Thanks.
 
Hi David,

David N said:
Hi All,

I have a text object that displays a string of text on a form object. The
text string is displayed centerred in the parent form. How do I center the
text if the parent form object is about to resize?

Set the Anchor property of the control to None.

Regards,
Dan
 
Back
Top