2-9 of 770,000 results
Open links in new tab
  1. ListBox Class (System.Windows.Forms) | Microsoft Learn

    A ListBox control can provide single or multiple selections using the SelectionMode property. The ListBox also provides the MultiColumn property to enable the display of items in columns …

  2. C# ListBox Class - GeeksforGeeks

    May 15, 2025 · In Windows Forms, the ListBox control is used to show multiple elements in a list, from which a user can select one or more elements, and the elements are generally displayed …

  3. Using the ListBox Control in C# Windows Forms: Displaying and ...

    Learn how to effectively use the `ListBox` control in C# Windows Forms applications. This tutorial demonstrates creating `ListBox` controls both visually using the designer and …

  4. The ListBox control - The complete WPF tutorial

    The ListBox control is the next control in line, which adds a bit more functionality. One of the main differences is the fact that the ListBox control actually deals with selections, allowing the end …

  5. VB.Net - ListBox Control

    The ListBox represents a Windows control to display a list of items to a user. A user can select an item from the list. It allows the programmer to add items at design time by using the properties …

  6. ListBox control, List property example | Microsoft Learn

    Mar 30, 2022 · ListBox control, List property example The following example swaps columns of a multicolumn ListBox. The sample uses the List property in two ways: To access and exchange …

  7. Power Apps List Box Control – How to Use?

    Jan 3, 2024 · Learn how to use the Power Apps List Box control with this step-by-step guide. Discover how to display, select, and manage multiple items effectively in your app.

  8. ListBox Control - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn about the ListBox control in Windows Forms, which displays a list of items from which the user can select one or more.