Adding data (not only text) to a multi column ListView (WPF)
- by user811804
I am working on a WPF application in C# (.NET 4.0) where I have a ListView with a GridView that has two columns.
I dynamically want to add rows (in code). My dilemma is that only the first column will have regular text added to it. The second column will have an object that includes a multi column Grid with TextBlocks. (see link…