Tag Archives: ListView

Multi-Column ListView Controls

How can you create a list of items that displays multiple columns, one per item attribute? The answer is not that complicated — a ListView control with the View set to Details and with the Columns property populated, plus some ListViewItem constructors, and you’re ready to go! Continue reading

Posted in Core .NET, Wndows Forms | Tagged , , , | 3 Comments