# reorderableItemContainerUssClassName

> The USS class name for item container in reorderable animated ListView.

## Definition

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

```csharp
public static readonly string reorderableItemContainerUssClassName
```

### Remarks

Unity adds this USS class to every item container in the ListView when [BaseListView.reorderMode](/engine/6000.0/script-reference/unityengine/uielements/baselistview/reordermode.md) is set to `Animated`. Any styling applied to this class affects every item container located beside, or below the stylesheet in the visual tree.
