Hello.
I am using flex view with flex repeater.
The behavior when growing the screen its ok, but when shrinking the screen, the components are overlapping.
How can I avoid this?
Thanks
Hello.
I am using flex view with flex repeater.
The behavior when growing the screen its ok, but when shrinking the screen, the components are overlapping.
How can I avoid this?
Thanks
You could apply a minimum shrink value other than 1. If you don’t want a component to shrink smaller than its display size, set the value to 0. Values between 0 and 1 will result in the components shrinking proportionately as available.
In your screenshots, it looks like you have Labels above each Flex Repeater. Set Label.position.shrink to a value of 0.
Perfect,
Thanks.