Is it possible to have the sorting layer control in a custom inspector?

Each time I see it, I’m thinking the control for the SortingLayer is the perfect control for editable lists, when you can add, remove and change items order in a list.

Is there a way to use it in a custom inspector somewhere in the UnityEditor stuff?

In case anyone ever wondered, they’re called ReorderableLists and here’s a tutorial how to deal with them (even though they’re a bit of a hassle):