I would like to create something like a bookshelf that allows users to scroll up/down as well as left and right. For this i am currently using a scrollview which works perfectly fine.
I can also use a background image etc. however what i would like to add are shelf boards however i am struggling with achieving this.
I do not want to add these to each content section since it would mean the board is cut off if not an entire row is filled with books. Having the boards being part of the background image makes the books scroll infront of the boards which also looks crappy.
Basically what i would need is to assign a background image for each of the rows which scrolls up / but not left and right only scrolls the conten of the column left and right.
Is this a functionality unity provides out of the box ?