Top "Listbox" questions

A graphical user interface element that allows the user to select one or more items from a list.

How to create a listbox in HTML without allowing multiple selection?

I don't have much experience in HTML. I am looking to create a simple listbox, but one of the requirements …

html listbox
Getting value of selected item in list box as string

I am trying to get the value of the selected item in the listbox using the code below, but it …

c# winforms listbox
In Python How can I declare a Dynamic Array

I want to declare an Array and all items present in the ListBox Should Be deleted irrespective of the Group …

python listbox
Binding Listbox to List<object> in WinForms

What's the simplest way to bind a Listbox to a List of objects in Windows Forms?

c# list winforms dictionary listbox
C# Listbox Item Double Click Event

I have a list box with some items. Is there anyway I can attach a double click event to each …

c# events listbox listboxitem double-click
C#: easiest way to populate a ListBox from a List

If I have a list of strings, eg: List<string> MyList = new List<string>(); MyList.Add("…

c# winforms list listbox
How can I get a vertical scrollbar in my ListBox?

In the example below I have a ListBox with dozens of font names in it. I would have thought it …

wpf xaml listbox scrollviewer
C# : changing listbox row color?

I am trying to change the background color of some rows in a ListBox. I have two lists that one …

c# listbox
How to remove all ListBox items?

I created two RadioButton (Weight and Height). I will do switch between the two categories. But the they share the …

c# wpf listbox
How do I loop through items in a list box and then remove those item?

I'm getting the error below when trying to loop through a listbox and then remove the item. List that this …

c# listbox