When will the ValueConverter's Convert method be called in wpf
问题 I have an ObservableCollection bound to a list box and a boolean property bound to a button . I then defined two converters , one that operates on the collection and the other operates on the boolean property. Whenever I modify the boolean property, the converter's Convert method is called, where as the same is not called if I modify the observable collection. What am I missing?? Snippets for your reference, xaml snipet, <Window.Resources> <local:WrapPanelWidthConverter x:Key=