Accordion control
February 21, 2011
14 comments
Using the Expander control that I posted a week ago, I created a Accordion control. It’s in C# and use WinForm.
The source code is available here.
Here is a image showing the Accordion:

In this example, there is 3 expander. Each expander use a Label control for the header and content section.
You can plug your own control easily.
A other rich panel
Categories: C#