Top "Listboxitem" questions

listboxitem is a GUI element which represents an item in a list surrounded by a box.

Multiselect WPF Listbox Make Multiple Selections With a Single Click

I have a databound multiselect listbox bound to a datatable. When I select a listboxitem I want some other listboxitems …

wpf silverlight listbox listboxitem
ListBoxItem.Parent returns nothing, unable to get it thru VisualTreeHelper.GetParent either

How do I extract the parent container of a ListBoxItem? In the following example I can go till the ListBoxItem, …

wpf xaml listbox listboxitem visual-tree
Configure ListBox in WPF so that I will be possible to select multiple items without holding CTRL key

I have a Listbox that allows user to select multiple items. Normally user can do that by holding CTRL key …

c# wpf listbox listboxitem