Top "Listbox" questions

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

How can I realize SelectionChanged in MVVM ListBox Silverlight

The ListBox control does not implement a Command property. I have to attach some functionality to the SelectionChanged event. Somebody …

silverlight mvvm listbox command selectionchanged
Remove items from ListBox when DataSource is set

See I have a HashSet with several values, this values can contain for example numbers like 4141234567, 4241234567, 4261234567 and so on. I …

c# listbox listboxitem
Populate Listbox with directory contents but only accept certain extensions

So, basically I drag in a folder onto the form, and a Listbox populates with the paths of the files …

vb.net path drag-and-drop listbox getfiles
WPF Drag & drop from ListBox with SelectionMode Multiple

I've almost got this working apart from one little annoying thing... Because the ListBox selection happens on mouse down, if …

wpf listbox drag-and-drop
ListBox AutoSizes by item height

I use TableLayoutPanel for all my elements in a form. I use Dock Fill to autosize a TextBox and a …

c# winforms listbox dock tablelayoutpanel
Getting the index of multiple selected items in a listbox using Silverlight

I have a ListBox which is made up of Grid Items in Multiple SelectionMode in Silverlight 3.0. When I use ListBox.…

c# silverlight listbox listboxitem
Multiple selection in WPF MVVM ListBox

I have a ListBox containing filenames. Now I need to get array of selected items from this ListBox. I found …

wpf mvvm listbox caliburn.micro multipleselection
How to display items horizontally in a listbox control?

I am developing window phone 7 application. I am new to the window phone 7 application. I have the following listbox control …

silverlight windows-phone-7 listbox stackpanel
WPF Listbox auto scroll while dragging

I have a WPF app that has a ListBox. The drag mechanism is already implemented, but when the list is …

c# wpf listbox scroll drag
WPF Listbox Wrapping

I have a listbox in which I use a ListBox.ItemsPanel - WrapPanel. <ListBox ItemsSource="{Binding Path=Applets}" Margin="10,92,10,10" …

wpf xaml listbox wrappanel