Hello, I need help with designing this dropdown UI thing, I am trying to make it so the textbuttons stay in the same place, but slowly becoming more visible as it goes down, hence being a dropdown, but I cannot figure out how to get the buttons to stay in place.
try a UIListLayout and enable ClipDescendants on the ‘RCframe’ so when the TextLabels are too long they’re clipped
That actually works exactly as I wanted, thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.