shop item list

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By torohaifisch

hello everyone, is it possible to make a shop item list only with the existing control nodes
something like:

selected → itemPicture | item name | quantity|item price
____________itemPicture | item name | quantity|item price

like the existing itemlist that you can add many items or do i need to make a custom solution?.

i was trying to make a shop but idk if its posible to add columns to the itemlist row

:bust_in_silhouette: Reply From: Kamil Lewan

As I understand you want to have list of custom controls? No, afaik ItemList don’t support that.
Probably you will need custom solution, like VBoxContainer.