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

    The following code example demonstrates how to create a ListBox control that displays multiple items in columns and can have more than one item selected in the control's list.

  2. C# ListBox Class - GeeksforGeeks

    May 15, 2025 · The ListBox class in C# is used to represent the Windows list box and also provides different types of properties, methods, and events. It is defined under …

  3. ListBox Control Overview - Windows Forms | Microsoft Learn

    May 7, 2025 · This article provides an overview of the ListBox control in Windows Forms, which displays a list from which the user can select one or more items.

  4. The ListBox control - The complete WPF tutorial

    Learn all about the WPF ListBox control in this chapter, loaded with examples and useful knowledge.

  5. Combo box and list box - Windows apps | Microsoft Learn

    6 days ago · Learn how to use list boxes and combo boxes, also called drop-down lists, to present lists of items that users can select from.

  6. ListBox Control - VB.Net

    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 …

  7. 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 …

  8. VBA Listbox - A Complete Guide - Excel Macro Mastery

    Aug 27, 2021 · The ListBox is used to display a list of items to the user so that the user can then select one or more. The ListBox can have multiple columns and so it is useful for tasks like …

  9. 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.

  10. ListBox - WPF | Microsoft Learn

    May 7, 2025 · Learn about the ListBox control in Windows Presentation Foundation (WPF), which provides users with a selectable lists of items.