Click here to Skip to main content
16,012,025 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Is there any way to create a accordion in .net framework4.0 window application without using wpf toolkit

I need the functionality same as silverlight accordion but i have no idea how to implement the same in vs2010

or is it possible to do the same thing in windows form
if yes ,plz help

Thanks in advance
Posted
Updated 1-Feb-11 2:31am
v3

Here[^] is an implementation of the Accordion control in WPF.
 
Share this answer
 
Comments
Manas Bhardwaj 1-Feb-11 8:48am    
OP is looking for something WITHOUT using wpf.
Abhinav S 1-Feb-11 9:26am    
The OP is looking for something that does not use the WPF toolkit (not WPF). :)
AmritaSharma2211 1-Feb-11 9:06am    
thank you so much u are a life saver it worked for me
Abhinav S 1-Feb-11 9:26am    
You are welcome. :)
Sergey Alexandrovich Kryukov 1-Feb-11 13:02pm    
Good find, my 5.
--SA
There is nothing in the basic framework that will do this. The closest
thing for WinForms is probably the ExplorerBar functionality seen in the left
menu in "My Computer". This is available commercially from third party
companies like Infragistics and Innovasys.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900