cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding screen resolution

Former Member
0 Kudos

Hi All,

I'm setting the ALV scrollbar in order to avoid the scrollbar on the browser Page.

The scrollbar for the Page (Internet explorer) is set automatically when run in different as the screen

resolution differs.

How can we achieve this accross the different client when run in the IE.

Regards,

Lekha.

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Lekha,

You should try the ScrollContainer UI element, embed a view container in it and finally the ALV view. Set the width of the ScrollContainer as 100%, so now you ALV table will be displayed with a scoll bar of scroll container and not with the browser's scroll bar, irrespective of the resolution of the screen.

I hope it helps.

Regards

Arjun

Former Member
0 Kudos

Hi Arjun,

The Scrollcontainer UI element is a Deprecated one. I can not use it.

Thanks Much.

Regards,

Lekha.

arjun_thakur
Active Contributor
0 Kudos

Hi Lekha,

I am sorry , I didn't know that scroll container is deprecated. You should use Transparent Container and give its height ( say 200px etc) and set its Scrolling property to auto and give its width as 100%. It'll work.

Regards

Arjun

Former Member
0 Kudos

Hi,

I already used the Transparent container in my application.

Thanks Much.

Regards,

Lekha.

arjun_thakur
Active Contributor
0 Kudos

Lekha,

Set the Scrolling Mode property of the transparent container to auto. It works for me, I have tested it on 2 systems with different screen resolutions.

Regards

Arjun

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Lekha,

You need to be sure that use FLOW LAYOUT for the Transparent Container in which you embed the ALV. Next set the width of the Transparent Container to 80% or 90% depending on the width of your ALV , make same changes for height, if you have VERTICAL Scrollbar problem.

At ALV level you can fix its width & Height, and enable scroll. essentially its more of hit & trial to reach height width value to ensure IE scroll stops appearing.

Greetings Prashant

Former Member
0 Kudos

Hi,

I did the same. Sometimes this will not work.

ThanksMuch.

Regards,

Lekha.