How to get the Accordion in ASP.Net Ajax Toolkit to resize?

I just tried setting upp a sample application with an Accordion without any CSS and it's actually growing with the content by default. My guess is that you're using CSS that is limiting the growth in some way. Try using min-height instead of height for example and see if that solves it.

If stuff like that won't work I'd suggest you post the CSS you use.

I can get it to grow with content, but what I actually want it to do is take up the entire size of it's parent DIV element which marks a space on the page for the Accordion. – Martin Randall May 11 '09 at 15:23 If I understand this you need to set either a fixed height on the Accordion style, or 100% height and width. – miccet May 12 '09 at 6:04.

I think you can put it inside a div with height 100% and there is a property for the accordion AutoSize="Fill". Hope it works.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions