Property Grid
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello.. ive been searching and still can't find the answer. This might be a bit trivial for some, but am really confused why this is not working. I have a property grid, am using this to edit/display/manipulate a resource file actually. I've based my code on a C# sample resource Editor. Right now what am trying to do is to capture the double click event on the property grid. That is if a certain row has a double click event, i will retrieve the value on that row. Does anybody knows ?:confused: