Top "Checkedlistbox" questions

Displays a ListBox in which a check box is displayed to the left of each item.

How to get value of checked item from CheckedListBox?

I have used a CheckedListBox over my WinForm in C#. I have bounded this control as shown below - chlCompanies.…

c# .net winforms checkedlistbox
Which CheckedListBox event triggers after a item is checked?

I have a CheckedListBox where I want an event after an item is checked so that I can use CheckedItems …

c# winforms checkedlistbox
Looking for a WPF ComboBox with checkboxes

My google skills fail me. Anyone heard of a control like that for WPF. I am trying to make it …

wpf combobox checkedlistbox
CheckedListBox allowing only one item to be checked

In my CheckedListBox app I want to allow only a single item to be checked. I have these properties already …

c# winforms checkedlistbox
Add new items to checkboxlist dynamically from a List<> C#

I don't want to add items from the collection HARD-CODED style, I want to populate them from a List<&…

c# dynamically-generated checkedlistbox
How come checkedlistbox does not have datasource ? how to bind to a list of values?

I am developing a Winform and I need a checkedlistbox. I have the values stored in an object which has …

c# winforms checkedlistbox
Get index with value in Checked List Box

I am actually finding that chkContactType.Items is empty when I step through the code. I even added a Watch …

c# winforms data-binding devexpress checkedlistbox
For each <item> in CheckedListBox. <item> returns as Object and not as Control

I have a CheckedListBox previously populated. I want to loop with a "for each / next" through all items in the …

vb.net object foreach controls checkedlistbox
Add or remove checked items from checkedlistbox to listbox

I kind of new in C#, my problem is how to add checked items from a checkedlistbox to a listbox, …

c# checkedlistbox
How to get the CheckedListBox Selected Items into List<X>...?

I am having a List of type X. X is a Property Level Class. Now on an event i need …

c# winforms checkedlistbox