WPF 中的液体布局?
Liquid布局在WPF中可行吗?当我们进行 Liquid 布局时,我们需要解决哪些顾虑/问题?
Liquid 布局是否会调整文本字体大小,并且在图像变小和变大时也会调整图像宽度?
Is Liquid layout feasible in WPF? any concerns/questions we need to address when we make Liquid layout?
Does Liquid layout adjust the text font size and also adjust image width when it is small and big?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,大多数容器(在 WPF 中称为面板)都支持液体布局,但使用绝对坐标的 Canvas 是一个明显的例外。我认为你不应该有任何担忧。
Yes, most containers (called panels in WPF) support liquid layout, with the notable exception of Canvas that uses absolute coordinates. I don't think you should have any concerns.