Top "Listbox" questions

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

Items on ListBox show up as a class name

The problem is as follows: I connected the ListBox with a list of elements of some custom class (List<…

c# winforms listbox selectedindex
Stretch ListBox Items hit area to full width of the ListBox? ListBox style is set implicity through a theme

I've looked around for an answer on this, but the potential duplicates are more concerned with presentation than interaction. I …

.net wpf xaml listbox listboxitem
Tkinter Listbox with Entry

Is there a way to have the items of a Tkinter Listbox be Entry Widgets? The result would be that …

python tkinter listbox tkinter-entry
How can I find an item in a WPF ListBox by typing?

Most list boxes allow you to find items within them by typing the first letters of the displayed text. If …

.net wpf listbox keyboard-navigation
How to use IsKeyboardFocusWithin and IsSelected together?

I have a style defined for my ListBoxItems with a trigger to set a background color when IsSelected is True: &…

wpf listbox listboxitem
WPF ListBox Image Selected the saga continues

Ok in my ListBox scrolling images w/ text, etc. the saga continues. When I click one of the items, to …

wpf image listbox focus selected
VBA listbox select worksheet by index

I have a form with listbox which dynamically provides a list of the worksheets in the current workbook (code below). …

vba excel listbox userform
WPF Listbox - Empty List Display Message

Can anyone suggest the best way to display a Textblock (with a text such as "List Empty") so that it's …

wpf data-binding listbox styling
WPF GridSplitter to split/resize two ListBox's?

I've got a grid that has 7 rows in it. Row 0 is a group of 2 buttons Row 1 is a ListBox of …

wpf listbox scroll gridsplitter
Listbox selectedIndexChanged doesn't fire when selecting an item from the list

I have a listbox that needs to be populated by directories. i have successfully filled the listbox with the Directories …

c# asp.net listbox selectedindexchanged