Top "Listbox" questions

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

Child elements of scrollviewer preventing scrolling with mouse wheel?

I'm having a problem getting mouse wheel scrolling to work in the following XAML, which I have simplified for clarity: &…

wpf event-handling listbox scrollviewer mousewheel
ListBox.ItemsSource binding in code and in xaml

I wrote simple code like public ObservableCollection<string> Names … public Window1() { PutInDataIntoNames(); InitializeComponent(); this.listBox1.ItemsSource = Names; } and …

wpf listbox itemssource
How to filter listbox values based on a Textbox value

I have a textbox and a listbox on userform. I want to filter the values in listbox based on the …

vba excel filter listbox userform
Removing an item from a WPF binding listbox

I have a WPF application with a ListBox (called listMyItems) which is successfully bound to a class of MyItems that …

c# wpf binding listbox itemssource
How to detect if items are added to a ListBox (or CheckedListBox) control

This seems like a fundamentally simple question. I have a WinForms dialog box with a listbox. This control is not …

c# .net winforms listbox checkedlistbox
Set background color for selected items in a ListBox

I cannot set the background color for the selected item on a list box. I don't want the alternating colors …

wpf xaml listbox background selecteditem
Windows Phone 7: Highlight Selected Listbox item

I have the following XAML (simple list box with custom DataTemplate). I'm trying to figure out how to highlight the …

silverlight silverlight-4.0 listbox windows-phone-7
Default to and select first item in Tkinter listbox

I want to automatically select the first item in the listbox. By selecting the first item, I don't mean simply …

python python-3.x listbox tkinter optionmenu
Difference between ListView and ListBox in Visual Studio

What is the difference between "ListView" and "ListBox" in a "Windows 8" app.

visual-studio listview windows-8 listbox microsoft-metro