DenysVuika / WPG

WPF PropertyGrid Control
Apache License 2.0
101 stars 47 forks source link

Not able to edit Structs #15

Open sunbow opened 13 years ago

sunbow commented 13 years ago

Hi,

I just tested this cool control out... but unfortunately I am not able to edit structs. I can see the struct, can expand it and can edit the values inside, but they are not updated.

I have a getter and a setter for the struct, so it should be possible to replace the struct with a new one with the new values. But obviously this is not done here :/