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 c#,我将子窗口的可见性设置为在关闭时隐藏。但是当我最小化父窗口,或者从任务栏单击父窗口时,会出现隐藏子窗口的窗口阴影。如何避免这种情况。
尝试使用 Visibility.Collapsed 而不是 Visibility.Hidden