Refresh the input text of an AutoCompleteBox
Hello, I have an AutoCompleteBox whose ValueMemberBinding uses a ValueConverter : ValueMemberBinding="{Binding Converter={StaticResource MyValueConverter}}" This ValueConverter uses a global property to convert the value. When I change this global property I'd like the AutoCompleteBox displayed strings to update accordingly. For ins...