A graphical user interface element that allows the user to select one or more items from a list.
It seems to use default color from Windows settings which is blue by default. Let's say I want to change …
c# winforms listbox background selectionI have a WPF ListBox that is set to scroll horizontally. The ItemsSource is bound to an ObservableCollection in my …
wpf listbox scrollI have a listbox in WPF, and when they select an item, it shows an ugly colors Can I make …
wpf listboxI have a listbox displaying items from an enum. I want to select/highlight the current value (read from a …
c# listbox compact-framework listboxitem .net-1.1Is it possible to use the ObjectDataProvider method to bind a ListBox to an enum, and style it somehow to …
c# wpf data-binding enums listboxAlthough somewhat experienced with writing Winforms applications, the... "vagueness" of WPF still eludes me in terms of best practices and …
wpf listbox checkboxI am having trouble finding how to not allow my ListBox to highlight the item selected. I know that I …
wpf xaml listboxI'm attempting to stretch the height of a ListBox 100% of the height of the parent grid (i.e. 90% of the …
wpf xaml listbox height expression-blend