Accordion control
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#
Thanx for posting this control.
This is really very useful for me
How can i add link instead of ” Test1″ & all labels.
Please reply as soon as possible.
The Content section is a Control, so you can use which control you want. Even you home made control.
In your case, you can use a LinkLabel to simulate a hyper link.
If you want to have more than one control in the content section, use a Panel and place your controls in it.
but i want to use this control instead of “Test1 ” & all other lines. Please help me for this.
Thanx for replying and i used linklabel control but How can I use its Click event in this control?
Please help me as soon as possible.
But in this i can only one control in one expander . and i want to add more links in one expander so what should i change in this content?
I got all the answers for above questions but i got ” Object reference not set to an instance of an object. ” error when i add one more expander that is expander4.
Please reply me as soon as possible.
Thanks
how can i Change border color of Expander header ? please reply me for only this question.
Please reply as soon as possible.
Thank you.
Hello jfblier,
Please can u tell me that the “Accordian.cs” class is which type ? means is it “Component Class ” or ” Installer Class ” or ” Windows Service ” .
Please reply me for this question bcoz all of the above are solved. Only this is not solved. Please help me for this as soon as possible.
Thanks
Thank you for posting this control .
Now not require to reply me ok
I solve my all questions
Thanks a lot once again.
visit my blog too : http://khushbuwebsitedeveloper.wordpress.com/
Very nice control. Thanks