问题
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