I'm adding support for undo / redo to our application and have hit an issue with the property grid. Usually, when a user undoes / redoes a change the application attempts to ensure that the data that has changed is visible to the user. To be able to do this, I need to ensure that when a property change is undone, the property in the data grid is visible. Unfortunately, I can't find an appropriate method. ListView controls have ScrollIntoView() methods, while TreeViews have EnsureVisible. Is there any way of doing this with the ActiPro property grid?