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?

link|improve this question

80% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.