tags:

views:

53

answers:

0

Hi all,

I have a ListBox using DataTemplates. Within the DataTemplate is a CheckBox which has its IsChecked property databound. What I am experiencing is that when the bound value is True, the item within the ListBox is selected, which is NOT the desired behavior in this case.

How do I break the relationship between the checkbox being checked and the listboxitem being selected?