The inventory panels for buying and selling goods on the planet trading screen should be scrollable to accomodate a large number of potential items
Currently there is nothing for this in place, the scrollbars are only visual and aren't currently hooked up to anything
It would probably be ideal to use Unity's ScrollRect feature, though I'm not sure how well that will work, and it may be easier at first to just rerender the list of items but using a slice/subset of the items as the user clicks the "up" and "down" buttons, and then later we can also hook up the scroll bar to do this same thing, and then after that we can investigate using a full "ScrollRect" feature
The inventory panels for buying and selling goods on the planet trading screen should be scrollable to accomodate a large number of potential items
Currently there is nothing for this in place, the scrollbars are only visual and aren't currently hooked up to anything
It would probably be ideal to use Unity's ScrollRect feature, though I'm not sure how well that will work, and it may be easier at first to just rerender the list of items but using a slice/subset of the items as the user clicks the "up" and "down" buttons, and then later we can also hook up the scroll bar to do this same thing, and then after that we can investigate using a full "ScrollRect" feature