Hi there I came across a similar need as the MultiColumnListView has, i.e. that I need to define collections of configuration attributes (i.e. in my specific case tab names for a custom tab view of mine). After inspecting the MultiColumnListView, I realized that it is using an internal UxmlObjectAttributeDescription for accessing serialized objects including lists of objects.
Are there any plans for exposing this attribute description type, or the internal methods it is building upon so custom classes can use the same APIs?