UIListLayout doesn't respect ClipsDescendants

When you add a UIListLayout to a Frame that has ClipsDescendants enabled, it doesn’t respect the property and the elements that are in the Frame past its bounds show up.

This is what the frame looks like before I add a UILIstLayout:
07%20PM

This is what it looks like after I add a UIListLayout:
03%20PM

I double checked that ClipsDescendants is still enabled and SizeFromContents is disabled as well.

Can we have a repro? It seems to be working fine for me.

image

I used a UIListLayout to arrange the blue squares vertically.

1 Like

Wow I’m dumb. The Y Size of the parent frame was set to 1 scale.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.