Search code examples
silverlightwindows-phone-7expression-blendwindows-phone-7.1

Expand and Collapse View in Window phone 7


On a page of my wiondows phone7 app, I have to display a list of Employee Names which are coming from the server in XML format.

what i need is when i click the name of any employee, it should expand to display the details of that employee and other eployee name name should slide down.

For example

First Screen

Mohit Leekha
Kushal Khera
Kashish narula

whaen i click on Mohit Leekha the screen should Look Like

Mohit Leekha
Male 22
Employee Id
Display Picture etc

Kushal Khera
Kashish Narula

How can i implement it.

The only thing i can think of now is to alter the visibility of the content.

Is there any control available for this.

Thanks and Regards


Solution

  • Check out the ExpanderView in the Silverlight for Windows Phone toolkit: http://silverlight.codeplex.com/releases/view/71550