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.