WP7 Pivot control and a WebBrowser control

前端 未结 4 693
-上瘾入骨i
-上瘾入骨i 2020-12-10 23:14

I have a Pivot which contains a WebBrowser control that practically takes up the whole page (appart from the Pivot header of course).

I would like to figure out how

4条回答
  •  天涯浪人
    2020-12-10 23:45

    This is similar to putting a Map inside a Pivot - which is discussed here - http://mine.tuxfamily.org/?p=111 - already mentioned in quite a few questions - https://stackoverflow.com/search?q=mine.tuxfamily.org

    In general, the advice seems to be usability based:

    • try to avoid putting controls which use Touch inside the PivotItem's

    As an aside, if you are just using the web browser control for a very small amount of static html (so you don't need any scrolling at all) then you could just remove HitTesting from the web browser.

提交回复
热议问题