修复了 WPF 全屏应用程序内的像素大小 WinForm 自定义控件

发布于 2024-12-20 09:23:53 字数 178 浏览 2 评论 0原文

我尝试在 WindowsFormHost 中插入 Winform 自定义控件。此自定义控件仅适用于固定高度和固定高度。宽度。

我尝试指定宽度和宽度此自定义控件的高度WindowsFormHost,但由于 WPF 大小与分辨率无关,因此控件会缩放并破坏位置。

有什么方法可以强制此自定义控件的大小以像素为单位吗?

I try to insert a Winform custom control inside WindowsFormHost. This custom control only works in a fixed height & width.

I try to specify the width & height for this custom control & the WindowsFormHost, but since WPF size is resolution-independent, the control got scaled and ruined the position.

Is there any way I can do to force the size of this custom control in pixel?

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

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

发布评论

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

评论(1

无语# 2024-12-27 09:23:53

WindowsFormHost 封装在 < code>Canvas,因为有了它,您可以使用相对于其区域的坐标显式定位子元素。

Encapsulate the WindowsFormHost within a Canvas, cause with it you can explicitly position child elements by using coordinates that are relative to its area.

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