wpf listview images

2022-10-14,,

<listview x:name="lv">
<listview.itemspanel>
<itemspaneltemplate>
<stackpanel orientation="vertical"/>
</itemspaneltemplate>
</listview.itemspanel>
<listview.itemtemplate>
<datatemplate>
<stackpanel>
<image source="{binding imagepath}" horizontalalignment="center" verticalalignment="center" width="500" height="500"/>
</stackpanel>
</datatemplate>
</listview.itemtemplate>
</listview>

 

《wpf listview images.doc》

下载本文的Word格式文档,以方便收藏与打印。