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
|
I'm evaluating your WPF Property Grid and I've noticed a problem when I host the property grid in a WinForms application via the ElementHost. The problem is that the property names are "hidden". At first I thought they were missing entirely but actually the spliter is placed against the left side of the control, hiding the property names. |
|
|
This is a known issue with hosting the grid in Windows Forms. The workaround is to set the SelectedObject property in the Windows Form's Load event rather than in the constructor. See the WindowsFormsHosting sample in the Samples solution for an example. |
|