Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Visual Studio like pinnable panels in silverlight
4 replies. Latest Post by HarshalSilverlight on November 4, 2009.
(0)
HarshalS...
Member
15 points
54 Posts
10-15-2009 12:28 PM |
Hi,
What's the best way to create visual studio like pinnable panels in silverlight 3?
I'm looking to create panes that can slide in and out. I tied the accordion but that does not resize the other controls when it slides out to the left.
Thanks.
Tim Dawson
Participant
1140 points
218 Posts
10-15-2009 12:37 PM |
http://www.divelements.co.uk/net/controls/sanddocksl/livedemofullscreen.htm
10-15-2009 12:52 PM |
Oh Thank you Tim! The product looks great but I need to build someting on my own.
Jonathan...
All-Star
24992 points
2,435 Posts
10-23-2009 12:20 AM |
Hi HarshalSilverlight,
For the left part, you can reference to "DockPanel". For the Drag DockPanel, please reference to the BlackSilverlight project. http://mightymeaty.members.winisp.net/blacklight.silverlight/
Best regards,
Jonathan
11-04-2009 7:10 PM |
Thank you Jonathan.
I decided to use the doc panel from this example
http://shemesh.wordpress.com/category/silverlight/gridsplitter/