Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Expand/collapse and drag/drop frames
2 replies. Latest Post by vkuzmich on December 31, 2008.
(0)
vkuzmich
Member
0 points
2 Posts
12-29-2008 7:22 PM |
I am sure somebody knows how to do this - Expand/collapse and drag/drop frames like in http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCareAdmin.htm (Microsoft Health Care UI)
Would you please point me to the source where I can find how to do this?
Thanks
bryant
Star
9907 points
1,629 Posts
12-31-2008 10:07 AM |
Why not just open up Silverlight Spy and see how they did it? Looks like they are using a Canvas + Grid to do that.
12-31-2008 12:18 PM |
Thanks. It is a great tool.
Actually, I found very good sample for my purposes and much more. It is Blacklight project on CodePlex: http://www.codeplex.com/blacklight
Victor