views:

23

answers:

1

Hi all, Does anybody knows what layout styles has been used on Silverlight toolkit website. Specially the Two Regions on Right Hand Side with Expandable and multiple tab items on it. http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html

Can we use that?

A: 

The left hand side uses the Accordian control which is freely available in the Silverlight Toolkit

For the right hand side I might guess that they are using a tab control with the tabs styled to appear at the bottom of the control.

For the overall layout, you can use a grid control with two columns and a GridSplitter to enable the user to adjust the width.

Samuel Jack
When you select a Control from left side, it shows details on the Right side. The Top Region shows the info about control and sample Whereas the Bottom Regin which is Collapse/Expandle displays the code. I would like to know 1) How Can I develope something like that (two panes adjustable and the bottom one when clicked on header can be expanded).2) In the Bottom pane when expanded, can have multiple items as tabs like in this page where U have three links (.xaml file, .cs file and .sln file)
Jhelumi786