gpt4 book ai didi

c# - LargeImages 到 WPF ListView 端口

转载 作者:行者123 更新时间:2023-11-30 21:14:59 25 4
gpt4 key购买 nike

我需要将经典的 ListView 移植到 WPF 版本,我在谷歌上搜索了很多,但是我找不到简单的代码片段。我只需要模拟 LargeImageList 来显示动态/网络摄像头捕获的(图像)图片。

.net 3.5

最佳答案

然后就用StackPanel

 <StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Top">
<Border Margin="5" CornerRadius="5" Height="40" Width ="45" >
<Image Source="Images/Desert.jpg"></Image>
</Border>
<Border Margin="5" CornerRadius="5" Height="40" Width ="45" >
<Image Source="Images/Desert.jpg"></Image>
</Border>
<Border Margin="5" CornerRadius="5" Height="40" Width ="45" >
<Image Source="Images/Desert.jpg"></Image>
</Border>
</StackPanel>

enter image description here

关于c# - LargeImages 到 WPF ListView 端口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5979115/

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