Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个关于显示最新目标的应用程序。在那个应用程序中,我正在使用 webbrowser-control。我想专门显示我的 url 链接。例如,我想显示页面的 100 像素高度和 100 像素宽度。有什么办法吗?
在您的页面中,使用以下属性调用 webbrowser 控件
<phone:WebBrowser x:Name="webBrowser" Height="100" Width="100"/>