ShinyHobo

Results 1 comments of ShinyHobo

I solved this by binding the PropertyGrid SelectedObjectChanged event, and then updating the ComboBoxItems to be disabled on expansion: ``` private void PropertyGrid_SelectedObjectChanged(object sender, RoutedPropertyChangedEventArgs e) { var grid =...