Consider this form, with a label 'Observer here' and a button 'Click':

On button click I am setting the label's Left to 10 (Label1.Left :=10;)
I am getting correctly as in the second image:

Then, I scroll the form to the right:
Now, after clicking the button I get a problem, which is shown in 4th image:

The label's Left is not 10 anymore. It's more than 10, but I need it to be 10. How can I do that?