# resolvedItemHeight

> Obsolete, will be removed from the API.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

> **Warning:**
>
> **Deprecated.** resolvedItemHeight is deprecated and will be removed from the API.

```csharp
public float resolvedItemHeight { get; }
```

### Remarks

This value changes depending on the current panel's DPI scaling.

Additional Resources: [\_fixedItemHeight](/engine/6000.7/script-reference/unityengine/uielements/baseverticalcollectionview/fixeditemheight.md)
