Hello,

I've searched in these forums and online, and returned zero results. I'm curious to know if anyone else has experience this problem.

If you have a Control contained within another Control and the Child Control has the default Anchoring (Top + Left) AND AutoSize=False (Assuming the control has that Property) changing the Parent Control's Top or Left Padding will not offset the Child Control.

If you change the Anchoring of the Child Control to anything other than the default values OR set AutoSize=True, the Control is correctly offset when the Parent Control's Padding values are changed.

Is this a bug, or am I missing the reason behind this functionality?