I have a form which contains several standard controls (textbox\'s, buttons, etc). I want to group certain controls in collections so that I can enable and disable them at a
Have you considered using a layout manager? (as far as positioning goes)
Keeping a list of controls (without specifying the control's position) will not automatically position the controls, a layout manager could help.