Latest Articles in the Category Windows Forms

Book Review: Windows Forms In Action (2nd edition)

Alessandro Gallo, Sep 04, 2007

Review of the book: Windows Forms In Action by Alessandro Gallo

Switching the views and Sorting the ListView control

Xun Ding, Dec 25, 2006

ListView is a Windows control that enables you to display a collection of items in multiple columns. It has four views and a built-in Sort method with limited functionality. This article uses a ContextMenustrip to demonstrate how to switch from one view to another. It also shows you how to implement the IComparer interface to perform a better way of sorting.

Product Spotlight