cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll bar for IFrame

Former Member
0 Kudos

Hi All,

I am using a IFrame component in my webdynpro view. I have set the scrollable property to "both" ( by default it is auto ). When I run the application i am getting a plain IFrame object only . I dont find the scroll bars assigned to it ( I am not able to see the complete text assigned to IFrame ) . Please let me know if i am missing any thing .

Regards,

Nanda

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi nanda kishore,

just adding source url and changing the scrolling mode is enough to see entire object in that frame...

try once again...

i tried it, it's working....

regards

-


sunil

Former Member
0 Kudos

Nanda,

If you control frame content (i.e. if you can alter it) try my solution described here: /people/valery.silaev/blog/2006/07/14/escaping-the-procrustean-bed

VS

Former Member
0 Kudos

Hi,

Use a ScrollContainer. Inside that use your IFrame control. Make the scrollingMode as both.

Regards,

Satyajit.