Welcome Guest Search | Active Topics | Sign In | Register

How can webcontrol show multiple webview? Options
hjkim
Posted: Monday, January 4, 2016 2:39:17 AM
Rank: Newbie
Groups: Member

Joined: 12/7/2015
Posts: 9
Hi,

I want to use multiple web views but it seems that a web control can have only one web view.
I don't want to use multiple web control for showing several web views.
Is this only way using web controls to show multiple web views?
Do you have any suggestion?

My UI should show web view which is on the other web view.
These web views indicate different URL.
But It seems like one web page.

And.. how can I disable scroll bar? I don't want to show scroll bar.

Thanks.
eo_support
Posted: Monday, January 4, 2016 10:36:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Each WebControl is associated to a single WebView. If you want to have multiple WebViews, you must have multiple WebControls.

There is no built-in support to disable scrollbars. You can try to set body.style.overflow = "hidden" and see if that works.

Thanks!
hjkim
Posted: Monday, January 4, 2016 8:36:38 PM
Rank: Newbie
Groups: Member

Joined: 12/7/2015
Posts: 9
Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.