About 754,000 results
Open links in new tab
  1. ListView Class (System.Windows.Forms) | Microsoft Learn

    Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.

  2. ListView in C# - C# Corner

    The ListView in C# 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 work with the …

  3. Walkthrough: Creating an Explorer Style Interface with the ListView

    May 6, 2025 · Learn how to create an Explorer style interface with the Windows Forms ListView and TreeView controls using the Designer.

  4. C#: How do you edit items and subitems in a listview?

    Jan 24, 2009 · If you're looking for "in-place" editing of a ListView's contents (specifically the subitems of a ListView in details view mode), you'll need to implement this yourself, or use a …

  5. List view and grid view - Windows apps | Microsoft Learn

    Feb 26, 2025 · ListView and GridView both derive from the ListViewBase class, so they have the same functionality but display data differently. In this article, discussions about list view apply …

  6. Working with ListView in Windows Forms - DEV Community

    Jan 13, 2024 · The following C# code samples provide guidance to populate a ListView from both SQL-Server database table and Json files. Focus is on working with ListView control in Details …

  7. ListView Example : ListView « GUI Windows Form « C# / C …

    Use ListView to display file name and double click the name to execute that file 16. Use ListView to diaplay folder info and double click to enter that directory

  8. CSharp Listview for GUI - 네이버 블로그

    Oct 19, 2018 · ListView provides a large number of properties that provide flexibility in appearance and behavior. The View property allows you to change the way in which items are …

  9. What is the best way to create custom item scrollable list view in c#

    Apr 22, 2014 · The best way would be making control template for either WPF ListView or ListBox control. For example, ListBox.ItemTemplate allows for custom item look. If you would like to …

  10. C# ListView Tutorial: Windows Forms - The Developer Blog

    Use the ListView control in Windows Forms to show a list of items with icons. ListView provides a useful view of items with icons. This view is similar to those found in file system managers …

  11. Some results have been removed
Refresh