Link to home
Start Free TrialLog in
Avatar of BlakeMcKenna
BlakeMcKennaFlag for United States of America

asked on

Accordion-Like controls for WinForms?

Does anyone know if Visual Studio's Winforms has an Accordion-like control?

Thanks!
Avatar of rspahitz
rspahitz
Flag of United States of America image

It has one like the one that makes up the toolbox in VB/C#...is that what you're looking for? Maybe you can clarify what you mean by "accordion-like"
The toolbox has a collection of stacked "tabs" that open up when clicked and push the ones below it down to the bottom or up to the top (depending on if you pick one above or below the current "tab"
Avatar of Éric Moreau
there is a free one on sourceforge: http://sourceforge.net/projects/accordion/
ASKER CERTIFIED SOLUTION
Avatar of parag patel
parag patel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BlakeMcKenna

ASKER

Parag,

This is a really good example. I'm not looking for functionality exactly like the Accordion control, difference being, when ever I click on a section I want it to stay open and not close when another section is clicked on. I can modify this code to accomodate what I need.

Thanks for your help!