Top "Listbox" questions

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

Handling double click events on ListBox items in C#

I am trying to do something when double clicking an item in a ListBox. I have found this code for …

c# winforms listbox listboxitem double-click
Scrolling multiple Tkinter listboxes together

I have multiple Tkinter listboxes that I have scrolling together using a single scrollbar, but I'd ALSO like them to …

python listbox scrollbar tkinter mousewheel
Why do I get an OutOfMemoryException when I have images in my ListBox?

I want to display all images stored in the Windows Phone 8 photo folder in my custom gallery which uses a …

c# listbox out-of-memory windows-phone-8 photo-gallery
Remove Item from ListBox?

Is there any way to remove item from listbox based on it's name but not index value? I would like …

delphi listbox vcl
Putting ListBox in ScrollViewer: mouse wheel does not work

My mouse wheel does not work when putting a ListBox in a ScrollViewer. Does the ListBox somehow "steal" this event? &…

c# wpf xaml listbox scrollviewer
WPF scrollview scrolled to the bottom default

I have a ScrollViewer containing a ListBox. I would like the ScrollViewer to scroll all the way to the bottom …

wpf listbox scrollviewer
C#: Listbox Contextmenu for Listboxitems (WPF)

i want for my Listbox in WPF a contextmenu. I did it with a contextmenu for the whole listbox, but …

c# wpf listbox contextmenu listboxitem
How can I make listbox transparent, but listbox items opaque in WPF?

I'm trying to create a transparent ListBox in a WPF application. I want the ListBox to be completely transparent, thus …

.net wpf listbox listboxitem
Mouseover to select item in listbox in WPF

I am relatively new to WPF, but I would like to know how can I enable a listbox to select …

wpf listbox mouseover
Using ItemsSource to populate WPF ListBox - Good Idea?

I'm a (relatively) experienced Cocoa/Objective-C coder, and am teaching myself C# and the WPF framework. In Cocoa, when populating …

c# wpf listbox ienumerator