private void Data1_AfterLayout(object sender, EventArgs e)     {       Text2.Left -= Data1.Left;     }
Comments
The whole band with all its objects is moved to the right, you cannot change this behavior.