Top "Listboxitem" questions

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

How can I make listbox transparent, but listbox items opaque in WPF?

I'm trying to create a transparent ListBox in a WPF application. I want the ListBox to be completely transparent, thus …

.net wpf listbox listboxitem
Remove items from ListBox when DataSource is set

See I have a HashSet with several values, this values can contain for example numbers like 4141234567, 4241234567, 4261234567 and so on. I …

c# listbox listboxitem
Getting the index of multiple selected items in a listbox using Silverlight

I have a ListBox which is made up of Grid Items in Multiple SelectionMode in Silverlight 3.0. When I use ListBox.…

c# silverlight listbox listboxitem
Setting focus on a ListBox item breaks keyboard navigation

After selecting ListBox item programmatically it is needed to press down\up key two times to move the selection. Any …

wpf listview select listbox listboxitem
Set ListBoxItem.IsSelected when child TextBox is Focused

I have a typical MVVM scenario: I have a ListBox that is binded to a List of StepsViewModels. I define …

wpf mvvm binding textbox listboxitem
How to group ListBoxItems by first letter in WPF using XAML?

First, here is the previous post that deals with the ListBox AccountListBox data binding to my ObservableCollection<Account> …

wpf xaml listboxitem itemtemplate
Access ListBoxItem-Controls in WPF ListBox

In WPF application I create Listbox with it's ItemTemplate defined in following DataTemplate in XAML: <DataTemplate x:Key="ListItemTemplate"&…

wpf listbox datatemplate listboxitem
Stretch ListBox Items hit area to full width of the ListBox? ListBox style is set implicity through a theme

I've looked around for an answer on this, but the potential duplicates are more concerned with presentation than interaction. I …

.net wpf xaml listbox listboxitem
WPF Changing ListboxItem Highlight Color when Selected

I've got a problem with setting the HighlightBrushKey of a SelectedItem of a Listbox in WPF. My intention was to …

wpf background-color listboxitem
How to use IsKeyboardFocusWithin and IsSelected together?

I have a style defined for my ListBoxItems with a trigger to set a background color when IsSelected is True: &…

wpf listbox listboxitem