cancel
Showing results for 
Search instead for 
Did you mean: 

How to make webdynpro UI element's width according to the screen resolution

Former Member
0 Kudos

Hi Everyone,

How to make the webdynpro UI element's width automatcally adjusted to maximum to fit

the resolution of every individual user's PC?

Thanks in advance .

Regards,

Aaron

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Aaron ,

1 set the width of the RootElement Container , ur Transparent container and Tray u r using in ur view to 100 %

2 check the Expanded , hasContentPadding and stechedHorizantally properties of ur tray , RootElement and

Transparent container UI element

This wud do

regards,

amit

Former Member
0 Kudos

Hi amit,

Thanks for your reply.

in my case. there are 3 transparent container under the rootelement container,

and under of the 3 transparent container, I have a Gantt Chart component.

I've tried your solution, but it doesn't work. even the original Gantt chart disappears, only one big blank

area lies on the page. Do you know why?

Regards,

Aaron

Former Member
0 Kudos

Hi,

the Gantt chart will display bars, when the Marker shape property of the series is set to "None".

This property can be set in the Chart Designer:

-->Series

--->Default series

-


>Area properties

-


>"Marker Shape"

go thru this tutorial

http://help.sap.com/saphelp_nw04/helpdata/en/a8/1cd93f5e0f9015e10000000a155106/frameset.htm

hope its help

Former Member
0 Kudos

set the layout as MATRIX for rootUI and also the same to transparent container and set them as matrix data/header as per your requirement.

Former Member
0 Kudos

hi ,

Use the TransparentContainer the ScrollingMode Property instead.

set the scrolling mode to Auto,

instead of setting the width in % , set the width in pixels

try 100 px instead of 100%

use matix layout as pointed by Lekha , there is a similar thread :

rgds,

amit