Hello, I'm currently working on a project based heavilly on WebPanel for it layout, but now we got a problem where a webpanel is composed of several webpanel inside of it, and it got quite large, and the ammount of time it takes to collapse the main panel got to a point where it's impossible to function with it like this (also in IE it gives a memory access violation if I press de collapse button two times or more), so I would like to know if there's a property in which I can define a instant collapse or reduce the visual effect speed.
Thank You
Claudio Correia
Hello,
You can use the property ExpandEffect=None of WebPanel to reduse visual efects<igmisc:WebPanel ID="WebPanel1" ExpandEffect=None runat="server">
<Template>Test</Template>
</igmisc:WebPanel>
Hope this helps.