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 应用程序的窗口随内容动态调整大小?我尝试将宽度和高度设置为自动,但不行。
在窗口上设置 SizeToContent="WidthAndHeight" ,窗口将根据其内容大小动态调整大小。
使用像 Grid 这样的可调整大小的控件,并将所有控件放在行/列中。还要为 Grid 内的每个控件设置 HorizontalAlignment 以拉伸。