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
1915
xamDataGrid or xamTree to show different columns/cells for each row?
posted

I used a UltraTree control in a Winforms project where I had a 'grid row' with the columns that I need shown as a node in the tree which looked similar to a grid with different headers/cells in each row. Now I am trying to re-create something similar with WPF and I am not certain which control I need to use - xamDataGrid or xamTree (if the latter even has support for grid nodes?). Here is the structure that I am looking to create:

 Node1

         |_ ColumnA | ColumnB | ColumnC

             CellA      | CellB       | CellC

 Node2

         |_ ColumnD | ColumnE | ColumnF

             CellD     | CellE       | CellF

Can similar structure be accomplished with xamDataGrid hierarchical grid? I will be fine with dropping Nodes and just showing grid rows too. Thanks!

          

Parents Reply Children