Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Comments
Anonymous
August 06, 2008
This article illustrates the writing of a Silverlight content control. If you’d rather just dive into the code and explore it yourself then it is available for download here: http://cid-136a36717e5d129c.skydrive.live.com/embedrow.aspx/Blog%20Files/CollapsiblePanel.ziAnonymous
March 31, 2009
Just a note the download link is broken use http://cid-136a36717e5d129c.skydrive.live.com/embedrow.aspx/Blog%20Files/CollapsiblePanel.zipAnonymous
February 02, 2010
Instead of onclick event for each panel, If i use onmouseEnter and mouseLeave Events to expand/Collapse, when i directly move from 1st to 2nd panel.There is space B/W 2nd & 3rd panel same happens when i move suddenly from 1st->2nd->3rd panel. Will you provide me solution for this