I've tried the following code:
this.balancePanel.Location.X = this.optionsPanel.Location.X;
to change the location of a panel that I made in design mode while the program is running but it returns an error:
Cannot modify the return value of 'System.Windows.Forms.Control.Location' because it is not a variable.
So how can I do it?
question from:https://stackoverflow.com/questions/8369999/change-the-location-of-an-object-programmatically