Access a specific element in GridLayoutGroup by script ?

Hi guys,
I’d like to access the position of a specific element (in this case an image) display by Grid Layout Group.
Any way to do this ??

Something in the spirit of : gridlayoutgroup.cellnumber3.position

Thank all ! :slight_smile:

There is no such method out of the box. I think you can calculate what is where by comparing y values of the elements.if they’re all the same type you can be sure that each row has the same value.
If you need more control you’d have to write your own gridlayoutgroup.