cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying the page based on the Screen Resolution

Former Member
0 Kudos

Hi Friends,

Is there any possibility to diaplay the page according to the Monitor / Screen Resolution.

For example if user is using the 14inch or 17inch or any, the page has to adjust accordingly to the middle in the IE.

Regards,

JSR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Please make sure the width and height of the UI element containers are not of fixed pixel length .

try to remove the fixed pixels or mention the width in percentages so that the screen adjusts accordingly with the percentage .

Thanks ,

Venkat Ratnam Naidu .

chengalarayulu
Active Contributor
0 Kudos

Hi Sridhar,

Make the property HorizontalStretch of ROOTUIELEMENTCONTAINER as true.

Former Member
0 Kudos

Hi sridhar,

Place all the ui elements within a transparent container. Make the layout for rootuielement container to be grid layout. and then select the transparent container and in the layout data, select center for hAlign.

Use percentage values instead of pixel values for width, height, etc. This will help the page render automatically to the width of the browser

Regards,

Fareez