Top "Selecteditem" questions

selecteditem is a property used to identify the currently selected item in a collection

Can't clear ListBox selection using SelectedItem = null - MVVM

I have the following data template (and a corresponding view model, not shown): <DataTemplate DataType="{x:Type logic:SnapshotListViewModel}"&…

c# wpf mvvm selecteditem selectedvalue
How to remove selected items from a listbox

This is for a VB.NET 4.5 project in VS2015 Community. I am trying to remove certain selected items from a …

vb.net listbox selecteditem visual-studio-2015
wpf: how to make ComboBoxItems hold integers in xaml

ok, I must be having a brain freeze here... I have a ComboBox with 6 items and I'm trying to bind …

wpf binding combobox selecteditem
WPF ComboBox SelectedItem binding

I have a WPF ComboBox and am using MVVM to bind the ItemsSource and SelectedItem properties. Basically what I want …

wpf combobox selecteditem two-way-binding