# reorderableUssClassName

> The USS class name for reorderable animated ListView elements.

## Definition

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

```csharp
public static readonly string reorderableUssClassName
```

### Remarks

Unity adds this USS class to every instance of the ListView element when [\_reorderMode](/engine/6000.6/script-reference/unityengine/uielements/baselistview/reordermode.md) is set to `Animated`. Any styling applied to this class affects every ListView located beside, or below the stylesheet in the visual tree.
