当前位置: 移动技术网 > IT编程>开发语言>.net > wpf listview images

wpf listview images

2019年10月28日  | 移动技术网IT编程  | 我要评论

硬汉2迅雷下载,洛城生死恋主题曲,北京辉子哥

<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>

 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网