cancel
Showing results for 
Search instead for 
Did you mean: 

group 75% lenght break under lower resolution

Former Member
0 Kudos

Hi, I made 75%, centered groups however, the view completely breaks (groups are not even and inputfields change their positions) when window size is other than maximum, as well is when resolution is different than it was when I set it up (1240:1024). So, my question is, what can I do to make the application looking the same in lower resolutions, and what to do to make it same size and look when window is small sized, dont care there will be a part of it to be seen in that case. Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Dont specify the width of the coponent in pixels make use of "%".

What is the layout been used????

Regards

Ayyapparaj

Former Member
0 Kudos

Im using %, its 75%. Root layout is Grid, groups layout is Grid as well. TransparentsContainer in the groups are Grid or Flow

former_member197348
Active Contributor
0 Kudos

Hi Balmer,

Set the layout to gridLayout of container. Set the width of the all UI elements in percentage (%). Then you can get similar layout irrespective of resolution.

regards,

Siva