About 4,480,000 results
Open links in new tab
  1. About List-View Controls - Win32 apps | Microsoft Learn

    Nov 19, 2022 · List-view controls provide several ways to arrange and display items and are much more flexible than simple List Boxes. For example, additional information about each item can be …

  2. ListView Control in VB.NET

    Nov 3, 2019 · A ListView control provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to create and use a …

  3. Using List View Control – Visual C++/CLI Development

    The ListView control is similar to a ListBox but with much more versatile options. It provides a number of different ways items can be viewed and items can also have subitems that contain information that is …

  4. ListView Control - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn about the ListView control in Windows Forms, which displays a list of items with icons, via the list of links in this article.

  5. Using the ListView ActiveX Control - dBase

    The ListView control is part of a group of ActiveX controls that are found in the MSCOMCTL.OCX file. To use the ListView control in your application, you must add the MSCOMCTL.OCX file to the project.

  6. Working With List View Controls in Desktop Windows Applications

    Nov 28, 2025 · The topics in this section provide detailed information about working with list view controls in TestComplete and contain script samples that illustrate the explanation.

  7. List-View Controls - Geoff Chappell

    The List-View control is far and away the main tool through which Windows applications, including the Windows shell, display serially-ordered information. Perhaps the most familiar List-View is the …

  8. C#.WinForms - ListView Examples - Dot Net Perls

    Dec 24, 2024 · By providing functionality built-in, we avoid complex layout routines. Let us begin by adding a ListView control to our Windows Forms. With the ListView control, it is possible to …

  9. ListView Class (System.Windows.Forms) | Microsoft Learn

    A ListView control allows you to display a list of items with item text and, optionally, an icon to identify the type of item. For example, the Windows Explorer list of files is similar in appearance to a ListView …

  10. ListView in C#

    C# ListView control provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to create and use a ListView …