Perspective - Flex Repeater alignItems stretch

I’m running Ignition 8.03 and having trouble getting my instances to stretch inside of a flex repeater.
If I understand the documentation correctly, I should just have to set alignItems: stretch on my flex repeater, but that doesn’t seem to be working.

In this example, I would like the icons to span across the entire width of the Flex Repeater, but the instance width doesn’t change when resizing the Flex Repeater component. The width of the flex repeater instance stays set as defined in the underlying view.

I haven’t messed around with perspective in a bit, but try un-checking the ‘useDefaultViewWidth’ and ‘…Height’ boxes. I’m guessing those might overwrite the stretch property.

That did the trick! thank you!!!

1 Like