Hi,
I have an issue , i created a view which looks good on low resolution but when i change it to higher resolution it shrinks.

This is how it looks like in higher resolution.

This is how it looks like in low resolution.
This is my property editor of flex repeater.
can anyone help how to fix it ?
1vw
= Relative to 1% of the width of the viewport
The text is staying the same size, the item is shrinking.
Make the text relative size to the width in the same way.
It even doesn't solve the problem. The only thing that works is when i keep my label size to small. But i don't want the label size to be small i want it to be medium.
So this is my view with low resolution in which my flex repeater is growing.
But here in high resolution it is not growing.
This is my flex repeater property editor.
I am still struggling how to fix it.
Doesn't matter what settings you put into the flex repeater, you need to be setting the text size in the embedded view?
The text is growing but the item is a flex-Repeater as well which is not growing. do you prefer changing the element position will work.
Export the view and upload it an I can have a look. I think it will be a mixture of css settings that are already set up.
project.json (142 Bytes)
Here is the view file.
That is literally 7 lines of JSON, try exporting the view and the subview and uploading that.
Can you export the Embedded/station/stationView_multiOccupation as well, otherwise the flex repeater is missing the view
BL5_SCADA-test_2025-05-01_0014.zip (2.4 KB)
Here is the stationView-multiOccupation.
Embedded/station/stationView_multiOccupation
Change the label text size to 16pt.
Without a specified size it defaults to 1rem which is relative to screen size.
That fix the problem yeah. But i want my Label size as a medium (the label size medium should be fixed) and when i go higher resolution i want the flex repeater to stretch which doesn't.
FlexRepeater << FlexContainer << mainLineView
The flex repeater does stretch, you have ticked useDefaultViewWidth
so the embedded views don't scale.
1 Like