This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
My problem seems like a simple one, but I just can't figure out the solution. I'm trying to create a custom editor with a combo box. The property grid is displaying a class (Position in my example code) that contains a property that is another class(Person). The editor combo box displays a list of people and then changes the Person property on the Position class. The main issue is that the Position.Person set property never gets called to update. The secondary issue is correctly displaying the Name property on Person when it is the selected item. I've created a sample project that demonstrates my issue. Thanks for your help. |
|