"what causes a value converter to fire?" Code Answer

1

It won't fire because you've bound it to the Selector itself, not the SelectedIndex property of the Selector. WPF will monitor every property in the path you bind to, and update values if any of those properties changes. The Selector isn't changing, the SelectedIndex is.

By cojoj on February 21 2022

Answers related to “what causes a value converter to fire?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.