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.
如果我把 a 放在 a中,它会将TextBlockaListView扩展ListView到文本的长度。但是,aWebView不这样做。
TextBlock
ListView
WebView
反正有没有WebView拉伸它的父元素?内容加载后是否必须执行某些操作?
与Canvas元素一样,Webview不会拉伸以适应其内容。您将需要设置绝对大小WebView或找到其他方法来设置不依赖于其内容的大小。
Canvas
Webview