WPF 缩放 150 时的屏幕填充和边距问题

发布于 2025-01-11 04:30:03 字数 403 浏览 0 评论 0原文

我正在创建一个具有 webview 的 wpf 应用程序。 我已经使用动态绑定来设置 webview 的宽度和高度。 这里的问题是所有分辨率的 webview 在除 150% 之外的任何缩放因子下都能正确显示。 屏幕从顶部开始,间隙开始。我检查了没有使用任何边距或填充的地方,仍然只进行 150% 缩放,我能够看到间隙。

我尝试以编程方式获取边距,但我看不到边距和填充

附加屏幕截图

屏幕顶部为 100% 和 125%,任何分辨率: 100% / 125 %

屏幕顶部为 150 %

黑屏是间隙,屏幕开始应显示白色部分

I am creating a wpf application which have webview.
I have used the dynamic binding to set width and height to webview.
Here the issue is for all resolution webview is showing properly at any scaling factor except 150% .
Screen is starting with gap starting from top . I have checked no where I have used any margin or padding still only for 150% scaling I am able to see the gap.

I tried to fetch the margin programmatically but I can see no margin and padding

Attaching the screenshots

Screen top at 100% and 125 % with any resolution :
100% / 125 %

Screen top at 150 %

the black screen is the gap , screen start should show white portion

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁的年少不轻狂 2025-01-18 04:30:03

如果它适用于 100% 而不是 150%,那么我认为您为应用程序使用了错误的尺寸。
确保主窗口和网页视图页面的 minHeight 正确。

我确信 100% 的高度是 1080 ,但 150% 的高度将接近 720
确保最小高度设置为低于 720

If it is working for 100% and not for 150% then I think you are using the wrong dimension for your application.
Make sure your minHeight is correct , for main windows and for webview page.

I am sure for 100% the height is 1080 , but for 150% height will be near about 720
Make sure min height is set below 720

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文