Liquid layout in WPF?

不想你离开。 提交于 2019-12-07 04:51:26

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/5934334/liquid-layout-in-wpf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!