Hey all,
I am trying to get the PropertyGrid.DoubleClick (or the PropertyGrid.MouseDoubleClick) event to work. It is a simple event handler, I just need to access the event. Unfortunately it does not seem to be flagged.
I am wondering if it is due to the PropertyGrid being placed within other containers?
It is set up as
Form:
ToolStripContainer.ContentPanel:
TableLayoutPanel:
Panel:
PropertyGrid
I am wondering if the double click method may be lost in there somewhere?
I have it set up, but on runtime the the event is never triggered