Hi,
I want to resize conditional renderer and container in conditional renderer.
You can see the sentence that couldn’t resize.
I ultimately need to change container in conditional renderer (full width)
Please help me. Thanks.
Hi,
I want to resize conditional renderer and container in conditional renderer.
You can see the sentence that couldn’t resize.
I ultimately need to change container in conditional renderer (full width)
Please help me. Thanks.
Hi, the conditional renderer’s layout conforms to the size of the container inside the renderer. Do you have that set to “Grow to full width”?
With the new style system, that is not true. Even if the container inside is set to Grow, the Conditional Rendered constrains it. A workaround I found is to put the Conditional Renderer itself inside another Container - then it will respect the width of the Container within it (so the real bug is that the CR won’t respect the width of its internal container IF it is at the top level, i.e. directly under the Page.)