Hi,
Is there a way to determine which column (name or value) has focus (or has been selected)? We have a custom class that inherits from PropertyGridDataAccessorItem and use the Selected event but I cannot see a way to determine which column is the selected column for the selected row. We also have a class that inherits from Label that provides a template for the name column and I can use a mouse down event to determine when the user clicks the name column (but then the PropertyGridDataAccessorItem Selected event is fired afterwards which would undo the action taken in the mouse down event). I need to be able to determine which column has actual focus to enable/disable other parts of the application - enabled when the name column is focused, disabled when the cursor is in the value column. The ideal scenerio would allow this to all occur (or be figured out) in the Selected event in our PropertyGridDataAccessorItem class.
Thanks,
Mike