News

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
I'm trying to implement compiled bindings on an app I'm working on so I can enable full trimming. I have a combo box with its ItemsSource bound to an array of objects in the ViewModel, SelectedValue ...