A graphical user interface element that allows the user to select one or more items from a list.
I'm having a problem getting mouse wheel scrolling to work in the following XAML, which I have simplified for clarity: &…
wpf event-handling listbox scrollviewer mousewheelI wrote simple code like public ObservableCollection<string> Names … public Window1() { PutInDataIntoNames(); InitializeComponent(); this.listBox1.ItemsSource = Names; } and …
wpf listbox itemssourceHow to add the listbox items using UiBinder?
gwt listbox uibinderI have a WPF application with a ListBox (called listMyItems) which is successfully bound to a class of MyItems that …
c# wpf binding listbox itemssourceThis seems like a fundamentally simple question. I have a WinForms dialog box with a listbox. This control is not …
c# .net winforms listbox checkedlistboxI cannot set the background color for the selected item on a list box. I don't want the alternating colors …
wpf xaml listbox background selecteditemI have the following XAML (simple list box with custom DataTemplate). I'm trying to figure out how to highlight the …
silverlight silverlight-4.0 listbox windows-phone-7I want to automatically select the first item in the listbox. By selecting the first item, I don't mean simply …
python python-3.x listbox tkinter optionmenuWhat is the difference between "ListView" and "ListBox" in a "Windows 8" app.
visual-studio listview windows-8 listbox microsoft-metro