I have a project with a user control spine down the left hand side of MainForm. The MainForm contains a panel (pnlContent) that displays multiple usercontrols. (ConsumerView, ReportView..) When I click on, we'll say Consumers in the spine, I want ConsumerView to be loaded onto the panel in the mainform. But my problem is that I am unable to access pnlContent. Ive tried this.Parent.Controls, but I am still not able to access pnlContent. Is there a trick to this that I am not understanding? Thanks.