UIListLayout.AlternateColor

As a Roblox developer, it is currently impossible to set alternating colors for UIListLayout without scripting it.

image

The primary color is the original color of the GuiObject, secondary color is from UIListLayout.AlternateColor.

2 Likes

So are you asking for the ability to have UIListLayouts automatically set a default different color for every other item and another default color for the ones in between? Or are you asking for it to sort objects by their color?

2 Likes

To set colors for every other item.

1 Like

I think it’s too purpose specific.

6 Likes

While alt colors are really common in lists, alternate colors seems really specific – this feature seems too limited. An AlternateAppearance property which pointed to another GuiObject would allow for more customization of UiListLayouts. The UIListLayout would use its appearance for every other element, allowing developers to customize not just color, but font, transparency, etc.

1 Like