cancel
Showing results for 
Search instead for 
Did you mean: 

Vertical Scrolling bar of the page

Former Member
0 Kudos

Hi,

in my iview i already have a scroll bar, so as per my need i don't want the default vertical scroll bar in the page.

ie when a iview is deployed, there will be vertical scroll bar, i don't want that.

how it remove the vertical scrolling bar? is it in the properties of page or iview in content administration.

Thanks

Maha

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member201361
Active Contributor
0 Kudos

Hi,

In the View we Have the Tool Bar .

Do in this way:

After the ToolBar Insert a Scroll Container.

In the Scroll container element,

Insert a Group and in this group add the Ui Elements.

then set the scrolling mode to Both or Auto .

Height -- 500px (height property of the scroll Container)

then we can find that the tool bar will be visible because the scroll takes place within the group and not with the Entire View .

Thanks and Regards

Fazal B

former_member201361
Active Contributor
0 Kudos

hi,

I think u might have used the scroll container . but do rememeber that , all the UI elements should be added to the Scroll Container and adjust the Height property suit ur Requirements .

Thanks and Regards

Fazal B

Former Member
0 Kudos

Maha,

Try changing the "Height Type" property to FULLPAGE. You can find this under both iView and Page properties.

Try all the aletrnatives changing this property until you get what you want.

Kiran