I\'ve tried the following code:
this.balancePanel.Location.X = this.optionsPanel.Location.X;
to change the location of a panel that I mad
When the parent panel has locked property set to true, we could not change the location property and the location property will act like read only by that time.