Liquid layout in WPF?
Is Liquid layout feasible in WPF? any concerns/questions we need to address when we make Liquid layout?
Does Liqu开发者_如何学编程id layout adjust the text font size and also adjust image width when it is small and big?
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.
精彩评论