Prod.: Engine, ver.: 6012, ID: 60000566, Wish : Hide the combo box of the vdPropertyGrid

Wish : Hide the combo box of the vdPropertyGrid

Article60000566
TypeWish
ProductEngine
Version6012
Date Added7/2/2008
FixedYes [7/2/2008]
Submitted byHolloway, 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.