views:

807

answers:

1

I am looking for a way to create or implement a collapsible side panel inside of a form. Similar in the way a ToolStripContainer works I would like the same general concept except using panels that I can fill with controls. Does anyone know of a simple way to do this with the provided .Net controls or is this a total custom job. Either way I would appreciate some suggestions.

+1  A: 

Look on codeproject.com there are several free controls on there that will do this. I think they are Ascend controls. Not being updated but has a collapsible control.

nportelli