Hi !
I'm facing an issue, I have al ist of rows inside a UIDraggablePanel (containing a UITable of rows).
If every rows of the UITable is a UIPanel, it does not get clipped by the clipping of the UIDraggablePanel, is there a reason for that ?
In fact, it's not each of my rows that are like that, but I need to display :
- a background image,
- a UITexture (over the background image)
- another final small image (over the Texture)
But it's impossible to do that without putting the small image inside a UIPanel (because the background image and the small image uses the same atlas).
So, is there a way to do that ?
Thanks !