cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding scrollbars

Former Member
0 Kudos

Hi,

I have created an Bex Web application iView for my BW report and assigned it to page and then to workset.

Now when I try to access that page in portal it displays with two scrollbars, one with Browser (Both vertical and horizontal) the other with report (both vertical and horizontal). Is there any way where I can avaoid scroll bars for one of them so that the user won't get confused.

The issue is untill and unless the vertical scroll of the browser and report are dragegd down the horizontal scroll of the report can't be visible. So if the vertical scroll for report is removed then the confusion can be eliminated.

Regards,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189631
Active Contributor
0 Kudos

Ravi,

  • You can avoid the vertical tool in iView by

changing/adjust the iView properties

open iView properties -> choose property category as

Apperance-Size -> (set Hieght type is automatic this will avoid the scroll bar automatically and set the maximum automatic height) or you can select height type as fixed and set the fixed height

  • You can avoid horizondal scrollbar in two ways

1. Adjust you application such a way the width is

fit with the page.

2. Change the Layout width by customization.

You can adapt a standard layout par file and modify the

width by uploading the par into NWDS.

deploy the modified file into portal and use the modified layout.

Ram