When I enter the Tab key,the label of the PropertyGrid can gotfocus.If I want that the label will never gotfocus,how can I realize it?
When I enter the Tab key,the label of the PropertyGrid can gotfocus.If I want that the label will never gotfocus,how can I realize it?
Hello, I tried setting the PropertyGridDataAccessorItem.Focusable property to false (since PropertyGridDataAccessorItem is the control that has focus for the label) but that change seems to cause problems with Tab-based focusing moving around to the value controls. I did some other looking around but it would appear that we can't achieve the requested behavior.
Please log in to a validated account to post comments.