Compatible with Grid Layout?
Noxalus opened this issue ยท 6 comments
Hello,
First, thank you to sharing with us this great project, this is very useful!
Now I would like to apply the same kind of process but for elements inside of a grid layout that is inside a VerticalScrollRect
.
Basically, it the almost same thing instead of I have more than one element by row, and it doesn't seem to work well from now.
I will try to update the code to make this possible, but if you have any advice of how you would do it, it will be great! ๐
Hello @Noxalus,
Thanks for the feedback.
Do you mind sharing a photo/video of what you want to accomplish and a photo/video of what is happening?
If you can share your project/code, it would be great.
Thanks again!
No problem @Noxalus,
I understood your need. I will try to do it tonight.
Once I am done, I will let you know here.
๐ฎ
Thank you very much for your quick answer! ๐
Hi there, awesome library indeed but I was about to do the same post as @Noxalus! Has this being progressed at all?
hey @psarras
I am sorry, but I still didnt had time to work on this.
But you can achieve the same "effect" by making each element of the list be a list on its own.
So lets say you have a vertical list, so then you can make each element of it a horizontal list. By doing so, you have a grid.
I will try to have a look at this in the near future, but I can promise.
Also, feel free to send pull requests if you find a good solution.
Thanks!