A graphical user interface element that allows the user to select one or more items from a list.
The ListBox control does not implement a Command property. I have to attach some functionality to the SelectionChanged event. Somebody …
silverlight mvvm listbox command selectionchangedSee I have a HashSet with several values, this values can contain for example numbers like 4141234567, 4241234567, 4261234567 and so on. I …
c# listbox listboxitemSo, 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 getfilesI've almost got this working apart from one little annoying thing... Because the ListBox selection happens on mouse down, if …
wpf listbox drag-and-dropI use TableLayoutPanel for all my elements in a form. I use Dock Fill to autosize a TextBox and a …
c# winforms listbox dock tablelayoutpanelI have a ListBox which is made up of Grid Items in Multiple SelectionMode in Silverlight 3.0. When I use ListBox.…
c# silverlight listbox listboxitemI have a ListBox containing filenames. Now I need to get array of selected items from this ListBox. I found …
wpf mvvm listbox caliburn.micro multipleselectionI 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