Anchor Property..

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

Is there any know problems with the Anchor property? I am having strange
issues, here is my problem...

I have a picture control with a Picture displayed in strechmode, and a
control on top of the picture. This Control is anchored Top- Right. There
are other controls that are in the form outside of the Picture control that
are anchored to various positions.. When I resize the form, all controls
position properly, except the one on the picture control, which does not
appear exactly on the same position on the Picture control..

VJ
 
Hi,

The controls parent is probably the form not the picturebox. Try
setting the controls parent to the picturebox.

Ken
 
The control's Parent is the picturebox. I placed a break point and checked
the run-time value

VJ
 
Back
Top