Welcome Guest Search | Active Topics | Sign In | Register

Rounded corner for wpf.web browser control Options
Nirav
Posted: Thursday, October 8, 2015 6:42:21 AM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 3
Hi,
I am trying to integrate EO.WebBrowser.wpf.WebControl in my wpf application.
I have One wraping panel and then I have another content panel. In content panel I want to have this webcontrol. And requirement is I should be able to give rounded corner effect to the control.
Is there any way I can do that with this control.
Nirav.
eo_support
Posted: Thursday, October 8, 2015 7:34:32 AM
Rank: Administration
Groups: Administration

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

You will need to do that on the control that contains our WebControl. A web page is always rectangular. So you can not have round conrners directly on the WebControl.

Thanks!
Nirav
Posted: Thursday, October 8, 2015 7:46:14 AM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 3
Hi,

I have tried it with stake panel and grid but web control is coming on top of the container control.
We are testing this as per our requirement, to purchase bulk license if u can sort this problem out then
Take decision.

Nirav
eo_support
Posted: Thursday, October 8, 2015 9:07:55 AM
Rank: Administration
Groups: Administration

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

You can not have anything on top of the WebControl. However you can have other controls outside of the WebControl. Anything you do, including the round corners, must be outside of the WebControl area. For example, our own TabbedBrowser sample application places the WebControl inside a Tabbed interface and the tabs have round corners. This is done by having a border element with round corner and then have the WebControl placed inside the border element. The key is the round conrners are outside of the WebControl.

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.