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

    The ListBox control enables you to display a list of items to the user that the user can select by clicking. A ListBox control can provide single or multiple selections using the SelectionMode …

  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. The ListBox control - The complete WPF tutorial

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

  4. List box - Wikipedia

    A list box is a graphical control element that allows the user to select one or more items from a list contained within a static, multiple line text box. The user clicks inside the box on an item to …

  5. Tkinter Listbox - Python Tutorial

    In this tutorial, you'll learn how to use the Tkinter Listbox widget to display a list of items and how to attach a scrollbar to the Listbox.

  6. C#.WinForms - ListBox Tutorial - Dot Net Perls

    May 1, 2024 · Please create a new Windows Forms C# project, and then open the Toolbox and double-click on the ListBox item. This will insert a new ListBox into your Windows Forms …

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

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

  9. How to Create a Simple List Box - Win32 apps | Microsoft Learn

    Nov 4, 2020 · In the following C++ code example, information about players is stored in an array of structures. During initialization, the dialog box procedure uses the LB_ADDSTRING …

  10. ListBox Class (System.Windows.Controls) | Microsoft Learn

    ListBox is an ItemsControl, which means it can contain a collection of objects of any type (such as string, image, or panel). For more information, see the ItemsControl class.