Skip to content

Conversation

ykarpeev
Copy link

If I have a viewmodel that I bind to the propertygrid that has a property such as:

   public List<string> ListOfStrings
   {
       get => this.AppSettings.Strings;

       set => this.AppSettings.Strings = value;
   }

When editing the collection I do not see the "set" called when the changes are made. This change allows for it to happen.

…itemssource - allows to see the change in view model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant