locked
How to create nested data template in xaml RRS feed

  • Question

  • Hi,

    I am totally new in windows 8 development. I want to create a structure in which each rows have many columns. But I want to create this rows and columns structure dynamically. I have a List<Test> in which Test class has

    public class Test

    {

    Public string Row{get;set;}

    Public List<string> Columns{get;set;}

    }

    Let me know how can I make a datatemplate in which I can generate a row and in that row many columns.

    Thursday, November 7, 2013 7:07 AM

Answers

  • Check out the DataTemplate sample at the end of this article. 

    Thanks, Sachin


    Thursday, November 7, 2013 2:04 PM