Unlike other Outliner views, this will not open up elements to find objects "underneath" (since Data API view lazy loads elements iirc), but given that you already have that object visible somewhere in the DataAPI view (so e.g. Objects expanded) we could actually do the centering/ scrolling by getting an ID from the `TreeElement` (in case of an `TSE_RNA_STRUCT`). This came up in #145904 Pull Request: https://projects.blender.org/blender/blender/pulls/145920