Trying to make a image list

My issue is I want to neatly list out a finite amount of image buttons in a frame but I can’t figure out how. Because the number of image buttons will be changing I’m not sure of a way I can make them listed in a frame.

As you can see by the image I have a frame that is supposed to display all the different files you have available, but like I said I don’t know how I could list them if they are going to be changing in amount. Does anyone have any advice?

You can use a UIListLayout to dynamically position UI elements. There are also properties that change the layout if the default configuration doesn’t work.

Using a scrolling frame, uigridlayout, along with automatic canvas size would be my goto for something like this.

uigridlayout and an automatic size in the scrolling frame, costumize the grid layout for size and padding

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.