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.
我注意到当控件是其他控件的子控件并且部分位于父控件边界之外时,仍然可以看到控件在父控件边界之外的部分。
例如,我在 Grid 内放置了一个 Image,部分在 Grid 的边界之外,但该 Image 仍然完全显示。
如何将要显示的子控件的数量限制在父控件的绑定范围内?
在此先感谢您的帮助。
要阻止 WPF 在网格边界之外显示图像,您可以在网格上设置ClipToBounds ="True"。