Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF中的液体布局是否可行?在进行 Liquid 布局时我们需要解决的任何问题/问题?
Liquid 布局是否会调整文本字体大小并在大小时调整图像宽度?
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.