About 16,800 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 …

  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 …

  3. List box - Wikipedia

    HTML In web forms, the HTML elements <select multiple> and <option> are used to display a listbox: [1]

  4. Learn How to Create the ListBox in C# with Examples - EDUCBA

    May 19, 2023 · This is a guide to Listbox in C#. Here we discuss how to create the ListBox in C# with types and examples for better understanding.

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

    May 16, 2026 · In this video, you will learn how to use a ListBox in VB.NET to display and manage lists of items.

  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 …

  7. The ListBox control - The complete WPF tutorial

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

  8. Combobox vs. Multiselect vs. Listbox: How To Choose The Right One

    Feb 3, 2026 · So what’s the difference between combobox, multiselect, listbox, and dropdown? While all these UI components might appear similar, they …

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

    Jan 19, 2025 · A ListBox is a Windows Forms control that presents a list of items from which users can select single or multiple options depending on its …

  10. ListBox in C#

    In this tutorial, we will learn how to create a C# ListBox control at design-time as well as at run-time. We will also see how to create a multiple-column …