Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
XamGrid Detail row
posted

Hi

Is there any way to show detail row as for MS Grid?

see example:

http://www.wpf-tutorial.com/datagrid-control/details-row/

Parents
No Data
Reply
  • 2490
    Verified Answer
    Offline posted

    Hello Andrey,

    Thank you for the example you have provided.

    You can use Template Column Layout. When it is included in a column layout, an expansion indicator will appear for each row. Clicking on the expansion indicator expands the row to make the template visible; clicking on it again collapses the template.

    Using this approach I have prepared a small sample application please find it as an attached file.

    TemplateColumnLayout.zip
Children