PropertyChanged not working when using converter

PropertyChanged not working when using converter

Old forum URL: forums.lhotka.net/forums/t/9727.aspx


lacota posted on Monday, November 08, 2010

I have a bool visible property in my viewmodel (derived from Csla.Xaml.ViewModel),  that I use for displaying a control. If I use a converter in the binding (bool to visibility converter), then when I set the value of the visible property from the viewmodel the UI does not receive the propertychanged event. In fact, it appears as though the event isn't attached to anything. When I remove the converter and instead do the conversion in the viewmodel it works fine. Has anyone else experienced this? Is there a better solution?

Copyright (c) Marimer LLC