I am really bad a wording questions but hopefully showing what my problem is will work better. Also if someone has a better way to word the question just tell me and I will change it.
for(int i = 0; i < 208; ++i)
{
string p = "panel" + i.ToString();
//This thing
p.Location = new Point(1, 0);
}
Yes I know thats not how it is done but how could I achieve this properly. I have been searching for a while and have no clue of to approach this.