使用 Winforms 的 Viewbox 替代方案
我正在习惯 WPF,有时回到 Winforms 开发会非常痛苦。我正在寻找 WPF Viewbox for Winforms 的某种替代方案。你有什么想法吗?
我的主要问题是我需要动态更新标签控件和/或图片控件中使用的字体大小。
I'm getting used to WPF and it's sometimes very painful to come back to Winforms development. I'm looking for some kind of alternative to the WPF Viewbox for Winforms. Do you have any idea?
My major issue is that I need to update dynamically the size of the Font used in a Label control and/or a Picture control.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有...是否可以 主机WPF 控件 还是您一直在使用 .NET 2.0?如果是这样,恐怕需要使用动态改变文本大小的东西。检查这个 在这种情况下发布。
There is none... Would it be possible to host WPF controls or are you stuck with .NET 2.0? If so, I'm afraid something that dynamically changes your text size will need to be used. Check this post out in this case.