|
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.
|
|
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!
|
|
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
|
|
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
|
|