Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collapsible Side Panel Control

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.

like image 743
John Chuckran Avatar asked Dec 03 '25 20:12

John Chuckran


1 Answers

There is an example with code here: http://www.codeproject.com/Articles/8220/Collapsible-Panels-in-VB-NET

like image 181
bgmCoder Avatar answered Dec 06 '25 11:12

bgmCoder