locked
Accordion in Windows 8 App C# RRS feed

  • Question

  • Hi,

    How can I implement an accordion in a settings flyout popup?

    I want to implement it in such a way that when I click a textblock, the contents under it will be displayed.

    Can anyone provide a simple example for my understanding to implement it?

    Thanks.

    Monday, September 9, 2013 2:16 AM

Answers

  • Please search the forum for the word "Accordion".  This is a frequently asked question.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Monday, September 9, 2013 1:01 PM
    Moderator
  • Hi Eka,

    For your information: http://social.msdn.microsoft.com/Forums/en-US/754821c1-fb10-4b64-a4d3-5e4aa6fc2aab/accordion-control-in-metro-apps-using-c

    And a sample: https://github.com/brendankowitz/ZeroProximity.Accordion

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.



    Wednesday, September 11, 2013 6:31 AM
    Moderator

All replies

  • Please search the forum for the word "Accordion".  This is a frequently asked question.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Monday, September 9, 2013 1:01 PM
    Moderator
  • Hi Eka,

    For your information: http://social.msdn.microsoft.com/Forums/en-US/754821c1-fb10-4b64-a4d3-5e4aa6fc2aab/accordion-control-in-metro-apps-using-c

    And a sample: https://github.com/brendankowitz/ZeroProximity.Accordion

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.



    Wednesday, September 11, 2013 6:31 AM
    Moderator