I have a Silverlight Listbox bound to Observablecollection which shows up fine (first time) but when I try to update it through the code behind, the change does not reflect in UI. I have used MVVM pat
I have a listbox that can potentially have a large number of items with backing data. In order to handle data virtualization, I have tied into WPF\'s UI virtualization by writing a collection that imp
Windows Form (in C#) - I need to create a custom listbox control for the following requirement: There is a listbox with a long list of items.I want the user to be able to click in the list, and then
I want to implement incremental search on a list of key-value pairs, bound to a Listbox. If I had three values (AAB, AAC, AAD), then a user should be able to select an item in the available list box
My application has a couple of ObservableCollections, one which is nested within an element of the other. Each contain a number of fields e.g.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
we need to customise the Extended Selection in WPF ListBox. What I need to do is be able to Drag and Select Multiple items(Similar to selecting in excel)
I have a Windows Forms ListBox data-bound to a BindingList of business objects. The ListBox\'s displayed property is a string representing the name of the business object. I have a TextBox that is not
I was using a stack panel to display listbox items, but when I decided to change it to a virtualizing one the selected item was null sometimes.Here is part of the DataTemplate I was using to invoke th
I have a ListBox with ItemsPanelTemplate of WrapPanel.There\'s some left & right padding of the collapsed elements, which I want to get rid of... When the elements are visible, the image is a nice