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.
I don’t want to change it on here
Instead I want do change it on the backend like this
Please I need your advance help.