A graphical user interface element that allows the user to select one or more items from a list.
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-clickI have multiple Tkinter listboxes that I have scrolling together using a single scrollbar, but I'd ALSO like them to …
python listbox scrollbar tkinter mousewheelI 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-galleryIs there any way to remove item from listbox based on it's name but not index value? I would like …
delphi listbox vclMy mouse wheel does not work when putting a ListBox in a ScrollViewer. Does the ListBox somehow "steal" this event? &…
c# wpf xaml listbox scrollviewerI have a ScrollViewer containing a ListBox. I would like the ScrollViewer to scroll all the way to the bottom …
wpf listbox scrollvieweri want for my Listbox in WPF a contextmenu. I did it with a contextmenu for the whole listbox, but …
c# wpf listbox contextmenu listboxitemI'm trying to create a transparent ListBox in a WPF application. I want the ListBox to be completely transparent, thus …
.net wpf listbox listboxitemI am relatively new to WPF, but I would like to know how can I enable a listbox to select …
wpf listbox mouseoverI'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