Top "Listbox" questions

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

Get ListBox to resize with window, but not resize with content

There must be an elegant solution to this problem, but I can't find anything online. I have a grid that …

wpf xaml listbox grid sizetocontent
How to populate a ListBox with a ADODB.Recordset (Error 91) To Do Autocompletion in Access

I work on an Access DB and I have to use a Datasource connection to a SQL Server. To do …

ms-access autocomplete listbox recordset
ListBox always auto selects first item

ListBox's behavior is that the first item is selected automatically, how can I avoid that?? Note: I prefer to do …

wpf listbox selecteditem
How to select at the same time from two Listbox?

from Tkinter import * master = Tk() listbox = Listbox(master) listbox.pack() listbox.insert(END, "a list entry") for item in ["one", "…

python listbox tkinter
Can a WPF ListBox be "read only"?

We have a scenario where we want to display a list of items and indicate which is the "current" item (…

wpf listbox itemscontrol
Double click event on option of listbox not firing in IE

I want to attach an event to the option tags in a list box so that when I click one …

jquery internet-explorer events listbox double-click
How can I create a set of ToggleButtons that behave like RadioButtons?

I am using C# and WPF and I basically want to have some toggle buttons and only one of them …

wpf xaml listbox radio-button togglebutton
WPF Listbox and Select All

I want to create a simple ListBox and have SelectAll as a context menu item. However it seems that ListBox …

wpf listbox command selectall
Selected item loses style when focus moved out in WPF ListBox

What do I have? I have a ListBox populated with items from an XML file. Given a DynamicResource for Style …

wpf listbox styles
formcollection only holds the selected html.listbox items values? MVC

My scenario is this: I have two listbox's, one that contains all my database items, and an empty one. The …

asp.net-mvc listbox formcollection