# FrameItem(TIdentifier)

> This will reveal the item with ID id (by expanding the ancestors of that item) and will make sure it is visible in the ScrollView.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.3/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor

## FrameItem(T)

```csharp
public void FrameItem(TIdentifier id)
```

### Parameters

**** (T): TreeViewItem ID.
