ListView Inside TreeListView
-
Hi, I need to display a listView inside a Treelistview. I need to Develop a Treelistview wherein each row will have its own sublist which is another listview displayed below the row.There will be an show/hide button in the first column in the main row which will control the show/hide property of the sublist. I tried Creating a datatemplate for the listviewitemtemplate and tried controlling the showhide in the datatemplate trigger but didnt fully get idea on how can be done. Can u please let me know some approach to achive this.If possible one sample on how it can be done. My list view will look like below: Column 1 || Column2 || Column3 || Column 4|| Column5 Row1 Column 1 || Column2 || Column3 || Column 4 Row1 Row2 Row3 Row2 Column 1 || Column2 || Column3 || Column 4 Row1 Row2 Row3 Can u pls Let me know on how to achieve this view. Thanks Krishnan
-
Hi, I need to display a listView inside a Treelistview. I need to Develop a Treelistview wherein each row will have its own sublist which is another listview displayed below the row.There will be an show/hide button in the first column in the main row which will control the show/hide property of the sublist. I tried Creating a datatemplate for the listviewitemtemplate and tried controlling the showhide in the datatemplate trigger but didnt fully get idea on how can be done. Can u please let me know some approach to achive this.If possible one sample on how it can be done. My list view will look like below: Column 1 || Column2 || Column3 || Column 4|| Column5 Row1 Column 1 || Column2 || Column3 || Column 4 Row1 Row2 Row3 Row2 Column 1 || Column2 || Column3 || Column 4 Row1 Row2 Row3 Can u pls Let me know on how to achieve this view. Thanks Krishnan
Use a hierarcial data template
Everything makes sense in someone's mind