How to set Vertical_Arrangement, "Height" into Fill parent method in backend using blocks

Hello great Kodulars

I am trying to make my App more optimized “small size” and reduce a use of multiple components and Screens.

On the same Screen I have one Component which inside I have imported a 1 Webview which I will show some several url after one button after another clicks.

When it comes to some other url while the screen is in portrait this Vertical_Arrangement should be in 180 Hieght but when the screen changes to portrait this Vertical_Arrangement should change to Fill parent

See how I have tried so far but I get stuck on how to set Vertical_Arrangement to Fill parent when the screen is in landscape mode.
image
I don’t want to change it on here
:point_down: :point_down: :point_down: :point_down: :point_down:


Instead I want do change it on the backend like this
:point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down:

Please I need your advance help.

1 Like

Set arrangements height percent to100
& width percent to 100
@Lily

1 Like

@Alapjeet thank you for your quick response with a wonderful solution.
I have marked it as solved

1 Like

Welcome :slightly_smiling_face: mam

1 Like

Use -1 or -2 for wrap or fill at blocks

3 Likes

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