// load_log.exe /cat=Software
CollapsiblePanelExtender Flicker
Posted February 6, 2008
I noticed that when I used the CollapsiblePanelExtender, it had a tendancy to flicker once when the page loads. Here is my quick fix for that. All you have to do is add these properties to the panel’s definition:
style=“overflow:hidden” Height=“0”
I hope this helps.