I'm using CollapsiblePanelExtender from AjaxControlToolkit, it works fine when i click on it, but it won't expand all the way on the initial page load (expands about 90%).
I have to collapse it and expand it back manually for it to open up all the way.
I don't have the ExpandedSize property set, because the panel content is dynamic.
Any ideas?
Use the following style on the target of the extender:
.collapsiblePanelContainer {
height: 0;
overflow: hidden;
}
The CollapsiblePanelExtender will take care of the rest of the work.
This tip is mentioned by Joe Stagner in the CollapsiblePanelExtender video.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With