You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to incorporate a WebView2 within a TabViewItem. However, I am facing an issue where the WebView2 does not appear unless I explicitly set the Width and Height of its parent element. The HorizontalAlignment="Stretch" and VerticalAlignment="Stretch" properties do not seem to work for any child elements of the TabViewItem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to incorporate a WebView2 within a TabViewItem. However, I am facing an issue where the WebView2 does not appear unless I explicitly set the Width and Height of its parent element. The HorizontalAlignment="Stretch" and VerticalAlignment="Stretch" properties do not seem to work for any child elements of the TabViewItem.
`
`
Beta Was this translation helpful? Give feedback.
All reactions