cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid scroll bars for UI Tree element on IE?

Former Member
0 Kudos

Is there a way to avoid the scorll bars that are getting generated automatically for the UI element Tree?

On IE, it adds horizontal and a vertical scroll for the Tree element along with a vertical scroll for the entire application. I would like to avoid the scrolls sourrounding the Tree element.

The same applicatoin works great in Firefox, with only one vertical scroll extending to the length of the Tree and no horizontal scroll. It just looks bad on IE 7

Thanks

John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To my knowledge the Tree UI element itself does not provide any scrollbars. Have you placed the Tree inside some scrollable container? If yes, set "scrollingMode" to NONE.

Armin

Former Member
0 Kudos

That worked like a charm !!! Thank you, Armin

I had the Tree element wrapped inside a Transparent container and had the scroll mode as Auto. Setting it to None removed the scroll bars and also fixed the another issue where in the tree was getting hidden behind the 3rd Level Navigation iView in Portal. Strangely I didnt have the same issue if I run it on firefox.

Thanks again, John

Answers (0)