gpt4 book ai didi

windows-phone-7 - xaml 容器溢出隐藏模拟

转载 作者:行者123 更新时间:2023-12-04 03:06:41 24 4
gpt4 key购买 nike

是否有溢出的类比:xaml 中的 html 隐藏?我只是尝试了不同类型的容器(网格、 Canvas 等),但仍然无法模拟该行为。

最佳答案

使用类似的东西:

<Grid Width="200" Height="100">       
<Grid.Clip>
<RectangleGeometry Rect="0, 0, 200, 100"/>
</Grid.Clip>
</Grid>

关于windows-phone-7 - xaml 容器溢出隐藏模拟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10146266/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com