About 458,000 results
Open links in new tab
  1. c# - Winforms -- multi select dropdown list - Stack Overflow

    Apr 14, 2015 · I'm shopping around for a dropdown list control that allows me to select multiple items. Something akin to the CheckedListbox, but in dropdown list form (I don't want it to take …

  2. Multi-Select and Checked List Box in C# Explained With Example

    Dec 16, 2023 · In this article, we will create an example to explore a multi-select checked listbox in C-Sharp Windows form application. Each list box item is a checkbox.

  3. How to Create Multiselect Dropdown With Checkbox | C# WinForms

    In this video tutorial you will learn how to create Multiselect dropdown in WinForms C# Chapters: 0:00 Intro - How to use this custom multiselect. 1:00 Close the multiselect if clicked anywhere...

  4. How to Use MultiSelect Input Control for WinForms, WPF, and …

    Jun 28, 2023 · Select all items in the MultiSelect. The control exposes the ShowSelectAll Boolean property to display a checkbox to select or deselect all items. Set the selection mode. The …

  5. C# - Winforms -- multi select dropdown list - homedutech.com

    In a WinForms application, you can create a multi-select dropdown list using a CheckedListBox or a combination of other controls like ComboBox and ListBox. Here's how you can approach …

  6. c# - How do I allow the user to multi-check with the …

    There might be an easier alternative, but you could use a ListView. Set CheckBoxes to true, HeaderStyle to None, View to Details, and in Columns add a column. After inserting items into …

  7. ListView.MultiSelect Property (System.Windows.Forms)

    If you do not want to allow multiple selections in the ListView, yet still want to offer the user a way for multiple items to be chosen, you can display check boxes by setting the CheckBoxes …

  8. WinForms Multi select ComboBox - Syncfusion

    The WinForms multi select combobox control lets users select multiple items from a dropdown using the checkboxes next to each item. It also supports confirmation buttons (OK and Cancel) …

  9. Multi-Select Checkbox Dropdown List - Create And Edit In ... - C#

    In this article, I will explain how to create a multi-checkbox dropdown list in ASP.NET Core 3.1 MVC. I am going to create a multi-select checkbox dropdown list with the help of "bootstrap …

  10. Multiselect Combobox (Windows Custom Control) simulates a …

    Jul 24, 2017 · This is a windows forms custom usercontrol that I used to create a Multiselect combobox with checkboxes to select one or more options. It is created using a blend of telerik …

  11. Some results have been removed
Refresh