cancel
Showing results for 
Search instead for 
Did you mean: 

double scroll bars when running web dynpro for java in the portal

Koen_VL
Participant
0 Kudos

Hello,

we are running a custom developed web dynpro for JAVA application in an iView in the portal.

The problem we are facing is that this combination generates 2 scroll bars. 1 scroll bar comes from the portal framework, the other one comes from the web dynpro application. This is perceived by our users as very user unfriendly.

Is there a way to get rid of one of both scroll bars?

thanks in advance

Koen Van Loocke

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Friend,

We also faced same problem sometime before. in our case it was resolved when we started using the Internet Explorer instead of any other browser. Try the same may be it will help. And also try to change the view layouts (viewset). Horizontal slashPosition and vertical slashPosition property to 1 it might be helpful.

Regards

Jeetendra.

Answers (3)

Answers (3)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Koen Van Loocke

In iView properties set Height to FULL_PAGE. Or in AUTOMATIC, but then adjust MAX_HEIGHT and MAX_WIDTH as well.

BR, Siarhei

Former Member
0 Kudos

Hi Koen,

At first as suggested by Ponraj, you make the tray visible property to false in the iView Properties. Second thing is to set the height of the iView to FULL PAGE in case of Vertical Scroll bar or set the width in case of Horizontal Scroll Bar.

Within the web dynpro application if any UI element goes too long and because of it the views height/width has to dynamically increase, then scroll bars are generated in the Page containing the iView. So, why not have scroll property within UI elements say tables to avoid it.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi,

I hope in your case the iView tray may be visible. Remove the iView tray and open the iView. This will avoid the scroll bar for WD application.

Regards,

Ponraj M