G Guest Oct 15, 2005 #1 Why do I not get Mouse-Events like MouseClick, MouseUp or MouseDown from the PropertyGrid?
A Andrew Smith \(Infragistics\) Oct 15, 2005 #2 The reason you don't get mouse events is because the propertygrid control contains child controls that fill its entire area. You could try iterating its Controls collection and hooking the mouse events of the controls it contains.
The reason you don't get mouse events is because the propertygrid control contains child controls that fill its entire area. You could try iterating its Controls collection and hooking the mouse events of the controls it contains.