I just found out how to use the basic features of a PropertyGrid and I found that some of my enum constants aren't very self-explanatory. Is it possible that when the user opens the list of all the enum constants that a tooltip will appear for whichever constant he hovers his mouse over?
For example if I have a property in a PropertyGrid called SomeEnum and the values are Enum1, Enum2, Enum3. When the user wants to change the value of the property, he brings down the list and hovers over Enum1, a tooltip will appear saying "This is Enum1" and so on.