Hi...
I am having an issue implementing a collapsible panel as required. I want to be able to select a control in the main content which will minimize the left nav fully to the left and increase the width of the main content.... Anyone implemented this feature?
Thanks
J....
Header
Left Nav
Main Content
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nico VanHaasterPosted Oct 1, 2008, 1:25 PM
This sounds like a case for the CollapsiblePanel extender from the ajaxtoolkit, this extender comes with some very nice features which seem to fit your needs.
How it works is how you descbribed, you have a section that is the panel which can open and close, then you have a button\panel\textbox... something that you would like to show \ hide based on clicking this item.
The great thing is it fully supports vertical collapse and also will resize the current area based on the space available (as long as CSS doesn't interfere).
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CollapsiblePanel/CollapsiblePanel.aspx
Jason ThompsonPosted Oct 2, 2008, 10:27 AM
I was actually having problems implementing horizontal collapsible panels... Solution can be found at
http://forums.asp.net/p/1326774/2659193.aspx#2659193