About 12,600 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. The code for the example …

  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 System.Windows.Forms …

  3. 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. More than one item in a ListBox …

  4. List box - Wikipedia

    A generic list box 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 …

  5. Customizable select listboxes - Learn web development | MDN

    Apr 6, 2026 · Customizable select listboxes Previous Overview: Web forms Next This article follows on from the previous one, and looks at how to style customizable listbox <select> elements. One of the …

  6. How to use a Listbox in VB.NET | Visual Basic .NET Tutorial

    May 16, 2026 · This tutorial is perfect for beginners who want to understand how to work with ListBox controls for user interaction and data display in Visual Basic projects. Subscribe for more VB.NET …

  7. The ListBox control - The complete WPF tutorial

    The ListBox control In the last article, we had a look at the ItemsControl, which is probably the simplest list in WPF. The ListBox control is the next control in line, which adds a bit more functionality. One of …

  8. Listbox Pattern | APG | WAI | W3C

    About This Pattern A listbox widget presents a list of options and allows a user to select one or more of them. A listbox that allows a single option to be chosen is a single-select listbox; one that allows …

  9. How To Use A Listbox In Visual Basic - TechBloat

    Jan 19, 2025 · Among the various controls available in Visual Basic, the ListBox is a fundamental component that allows developers to present a collection of items to users. This article explores how …

  10. 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 window or …