Hi, I'm evaluating the PropertyGrid control and have a small problem:
I need a property grid in a smaller onscreen space where the full grid doesn't fit. Users scroll through the properties, but the summary box is often not visible, scrolled past the bottom. I need the summary information (information from the property's [Description("....")] attribute) available as a tooltip over each line item.
Is this possible with the PropertyGrid?