Hi all,
I strugling with some wierd behavior of the Property-Grid.
My application is built of some sort of a design cavas and elements being put/dragged into it.
Every element have a 'Settings' popup that contains the property-grid to display the settings.
The settings-model is build of some shallow hiererchy, for example:
Settigns:
- DisplayName
- Color
- Message-Details
- - Type
- - Message
The behavior is:
1. Opening the popup for the first time on one element - all good.
2. Opening the popup for the second time and in aother second element - the Grid now displays the internal object (Message-Details) properties doubled.
To illustarate:
Settigns:
- DisplayName
- Color
- Message-Details
- - Type
- - Message
- - Type
- - Message
This is how the object is displayed in the grid from that moment on, and for all elements (new or old) other than the first one the grid was opened for.
Any clue what is done wrong?
Any suggestion?
Thanks allot!