One control, multiple views. Infragistics WinListView is a listbox, checkedlistbox and listview in a single control. You are probably familiar with the Microsoft ListView control, which is used to display a collection of items in various different views. An example of the ListView control in action can be seen in Windows Explorer in which files in the current directory are displayed. What you are probably not aware of, however, is that the intrinsic ListView control that ships with Visual Studio is in actuality a wrapper around the same COM ListView control that was shipped with Visual Basic 6.0. The Infragistics WinListView control is a native .NET control, built from the ground up, with the same views as the native ListView control: Icons, Tiles, Thumbnails, List and Details.
View More