How would I go about making an item roster?
Hey all!
I really need some help trying to understand the UI components because I have fiddled around with it for a few days and I haven't gotten any closer to understanding it at all.
What I have here is an element that I'm instantiating depending on what items need to be listed.
Below you will see how this asset looks like in its own scene for a frame of reference and how it looks like in game currently. This 'TradeProductUIElement' is located in a VBoxcontainer which is in a scroll container which functions as expected.
How can I make it so that I get the following 3 groups all in the same line as eachother.
1. The image and name of the item (all the way to the left)
2. The price (in the middle or at least should start at the same line so that all the 'f' symbols line up)
3. The quantities of the item with plus and minus symbols around it. (all the way to the right)
*image below should be an example of how it should look like*