Closed Tenjim closed 8 months ago
What if you will use binding to the listbox directly? Like "{Binding #ListPerson.SelectfedItem}". Also in your example you actually missed SelectfedItem to SelectedPerson binding in the ListBox itself. At least this would be a problem.
Hi there,
I have an issue when I'm using a DataTriggerBehavior on ListboxItem. I want just to set background (after that, my final purpose is to set template and contentTemplate) on listboxItem with ChangePropertyAction like this :
Did I missing something on the DataTriggerBehavior current behavior because the property won't change after DataTrigger ? I have checked if the binding have the right value and it's that case.
After check, it's maybe related to this issue ? Can't use static object binding with DataTriggerBehavior Thank in advance.