Wish : Hide the combo box of the vdPropertyGrid
| Article | 60000566 |
| Type | Wish |
| Product | Engine |
| Version | 6012 |
| Date Added | 7/2/2008 |
| Fixed | Yes [7/2/2008] |
| Submitted by | Holloway, Keith D |
| Keywords | |
Subject
Hide the combo box of the vdPropertyGrid
Summary
Is there a way to just use the property grid without the combo at the top? What I would like to do is place the property grid on a form and give it a drawing handle ID for the shape that I would like to see in the grid. Is this possible?
Solution
In version 6013 we added a new boolean property for the vdPropertyGrid called ShowSelectedItemComboBox.
This property can be used like vdPropertyGrid1.ShowSelectedItemComboBox = false;
Default value = true.